Преглед изворни кода

# 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 година
родитељ
комит
7ad99f3baf
1 измењених фајлова са 1 додато и 1 уклоњено
  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	{