summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-09-22 17:25:21 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-09-22 17:25:21 (GMT)
commit8b9a0b663fb7684ae7a2f054f4ec53c0cb293a66 (patch)
tree2b44031f9e31024d4e1d99f512a6e5d39d0ad6dd /src
parent39525e6ef0e90964f674a27993c38590c0bd98ea (diff)
downloadpowder-8b9a0b663fb7684ae7a2f054f4ec53c0cb293a66.zip
powder-8b9a0b663fb7684ae7a2f054f4ec53c0cb293a66.tar.gz
Change some Win32 includes to lower case filenames for Linux cross compiling
Diffstat (limited to 'src')
-rw-r--r--src/misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/misc.c b/src/misc.c
index 457ed91..6739624 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -12,8 +12,8 @@
#include <icondoc.h>
#include <update.h>
#if defined WIN32
-#include <Shlobj.h>
-#include <Shlwapi.h>
+#include <shlobj.h>
+#include <shlwapi.h>
#include <windows.h>
#else
#include <unistd.h>