Change some Win32 includes to lower case filenames for Linux cross compiling

This commit is contained in:
Simon Robertshaw
2011-09-22 19:25:21 +02:00
parent 39525e6ef0
commit 8b9a0b663f

View File

@@ -12,8 +12,8 @@
#include <icondoc.h> #include <icondoc.h>
#include <update.h> #include <update.h>
#if defined WIN32 #if defined WIN32
#include <Shlobj.h> #include <shlobj.h>
#include <Shlwapi.h> #include <shlwapi.h>
#include <windows.h> #include <windows.h>
#else #else
#include <unistd.h> #include <unistd.h>