diff --git a/code/Win32DebugLogStream.h b/code/Win32DebugLogStream.h index 66b22f4ee..59f1a93e0 100644 --- a/code/Win32DebugLogStream.h +++ b/code/Win32DebugLogStream.h @@ -3,13 +3,15 @@ #include "LogStream.h" -#ifdef _MSC_VER +//#ifdef _MSC_VER +#ifdef WIN32 #include "Windows.h" #endif namespace Assimp { -#ifdef _MSC_VER +//#ifdef _MSC_VER +#ifdef WIN32 // --------------------------------------------------------------------------- /** @class Win32DebugLogStream