[Common] #define __interface for any !WIN32, not just MSC.
This commit is contained in:
parent
1b2ca46906
commit
1d5829bea0
|
@ -11,7 +11,7 @@ enum TraceSeverity
|
|||
TraceVerbose = 0x00000006,
|
||||
};
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#ifndef _WIN32
|
||||
#define __interface struct
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue