Some fixes for build with MinGW

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@12 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/1/head
DarkGuru 2008-05-10 08:30:42 +00:00
parent db9c5fef2b
commit 309169af1e
1 changed files with 4 additions and 2 deletions

View File

@ -3,13 +3,15 @@
#include "LogStream.h" #include "LogStream.h"
#ifdef _MSC_VER //#ifdef _MSC_VER
#ifdef WIN32
#include "Windows.h" #include "Windows.h"
#endif #endif
namespace Assimp namespace Assimp
{ {
#ifdef _MSC_VER //#ifdef _MSC_VER
#ifdef WIN32
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
/** @class Win32DebugLogStream /** @class Win32DebugLogStream