patch [#34320] Cross compiling with mingw-w64 on ubuntu

from Martijn Berger (juicyfruit)

applying since this is only corrects header case which is ignored on windows anyway.
This commit is contained in:
Campbell Barton 2013-02-19 12:05:38 +00:00
parent 0f359c41ea
commit 0528162eb6
5 changed files with 5 additions and 5 deletions

@ -22,7 +22,7 @@
#ifdef _WIN32
#include <Windows.h>
#include <windows.h>
CCL_NAMESPACE_BEGIN

@ -32,7 +32,7 @@
#include "GHOST_Debug.h"
#include "GHOST_DropTargetWin32.h"
#include <ShellApi.h>
#include <shellapi.h>
#include "utf_winfunc.h"
#include "utfconv.h"

@ -29,7 +29,7 @@
#include "utf_winfunc.h"
#include <io.h>
#include <Windows.h>
#include <windows.h>
#include <wchar.h>

@ -33,7 +33,7 @@
#include <string.h>
#ifdef WIN32
# include <Windows.h>
# include <windows.h>
#endif
#include "MEM_guardedalloc.h"

@ -48,7 +48,7 @@
#endif
#ifdef WIN32
# include <Windows.h>
# include <windows.h>
# include "utfconv.h"
#endif