diff --git a/Source/Common/Trace.h b/Source/Common/Trace.h index e1744cd0d..e121f2769 100644 --- a/Source/Common/Trace.h +++ b/Source/Common/Trace.h @@ -11,7 +11,7 @@ enum TraceSeverity TraceVerbose = 0x00000006, }; -#ifndef _MSC_VER +#ifndef _WIN32 #define __interface struct #endif