[Common] #define __interface for any !WIN32, not just MSC.

This commit is contained in:
no 2016-01-12 20:25:36 -05:00
parent 1b2ca46906
commit 1d5829bea0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ enum TraceSeverity
TraceVerbose = 0x00000006,
};
#ifndef _MSC_VER
#ifndef _WIN32
#define __interface struct
#endif