From 7ad99f3bafc2b4ecba49b1c4bb617da99378a551 Mon Sep 17 00:00:00 2001 From: aramis_acg Date: Thu, 14 Jul 2011 16:59:18 +0000 Subject: [PATCH] # 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 --- code/Win32DebugLogStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Win32DebugLogStream.h b/code/Win32DebugLogStream.h index 3bd4d2066..353a99f11 100644 --- a/code/Win32DebugLogStream.h +++ b/code/Win32DebugLogStream.h @@ -4,7 +4,7 @@ #ifdef WIN32 #include "../include/LogStream.h" -#include "Windows.h" +#include "windows.h" namespace Assimp {