Browse Source

# lowercase include (mingw cross compile fix). Thanks to abma for the patch.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1038 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg 14 years ago
parent
commit
7ad99f3baf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/Win32DebugLogStream.h

+ 1 - 1
code/Win32DebugLogStream.h

@@ -4,7 +4,7 @@
 #ifdef WIN32
 
 #include "../include/LogStream.h"
-#include "Windows.h"
+#include "windows.h"
 
 namespace Assimp	{