From 309169af1e4fb151fe1f4307e489c8708d6e44e8 Mon Sep 17 00:00:00 2001 From: DarkGuru Date: Sat, 10 May 2008 08:30:42 +0000 Subject: [PATCH] Some fixes for build with MinGW git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@12 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- code/Win32DebugLogStream.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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