diff options
| author | Simon 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) |
| commit | 8b9a0b663fb7684ae7a2f054f4ec53c0cb293a66 (patch) | |
| tree | 2b44031f9e31024d4e1d99f512a6e5d39d0ad6dd /src | |
| parent | 39525e6ef0e90964f674a27993c38590c0bd98ea (diff) | |
| download | powder-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
