diff --git a/Source/Common/Trace.h b/Source/Common/Trace.h index e121f2769..d0932d907 100644 --- a/Source/Common/Trace.h +++ b/Source/Common/Trace.h @@ -11,8 +11,10 @@ enum TraceSeverity TraceVerbose = 0x00000006, }; -#ifndef _WIN32 -#define __interface struct +#if defined(_WIN32) +#include +#else +#define __interface struct #endif __interface CTraceModule