aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
diff options
context:
space:
mode:
authorLittleboy2011-06-04 14:37:17 -0400
committerLittleboy2011-06-04 14:38:31 -0400
commit3a90d7bf3e395ef8e9b05ad62023d2932b51f7bd (patch)
tree8574ff72ac575a4be7bae20f41e2cb63e2bb99ad /backends/platform
parent1dec501ac7c170ff81410d3d2e913025c45cbbce (diff)
downloadscummvm-rg350-3a90d7bf3e395ef8e9b05ad62023d2932b51f7bd.tar.gz
scummvm-rg350-3a90d7bf3e395ef8e9b05ad62023d2932b51f7bd.tar.bz2
scummvm-rg350-3a90d7bf3e395ef8e9b05ad62023d2932b51f7bd.zip
BACKENDS: Fix compilation with mingw
Diffstat (limited to 'backends/platform')
-rw-r--r--backends/platform/sdl/win32/win32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/win32/win32.cpp b/backends/platform/sdl/win32/win32.cpp
index fdee422dc3..978f765e67 100644
--- a/backends/platform/sdl/win32/win32.cpp
+++ b/backends/platform/sdl/win32/win32.cpp
@@ -32,7 +32,7 @@
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#undef ARRAYSIZE // winnt.h defines ARRAYSIZE, but we want our own one...
-#include <ShellAPI.h>
+#include <shellapi.h>
#include "backends/platform/sdl/win32/win32.h"
#include "backends/fs/windows/windows-fs-factory.h"