aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/win32
diff options
context:
space:
mode:
authorMax Horn2010-11-29 16:18:43 +0000
committerMax Horn2010-11-29 16:18:43 +0000
commitdf05ed1a46516f7e4d5c6e78f7f096208dbad790 (patch)
treee7b9077c9a92d5ff54e22705cdd6c9ff50faa38a /backends/platform/sdl/win32
parent4e0e406181a36e5f5ff59e6b917f81f317e1de1a (diff)
downloadscummvm-rg350-df05ed1a46516f7e4d5c6e78f7f096208dbad790.tar.gz
scummvm-rg350-df05ed1a46516f7e4d5c6e78f7f096208dbad790.tar.bz2
scummvm-rg350-df05ed1a46516f7e4d5c6e78f7f096208dbad790.zip
BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs
svn-id: r54573
Diffstat (limited to 'backends/platform/sdl/win32')
-rw-r--r--backends/platform/sdl/win32/win32-main.cpp2
-rw-r--r--backends/platform/sdl/win32/win32.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/backends/platform/sdl/win32/win32-main.cpp b/backends/platform/sdl/win32/win32-main.cpp
index 25f208ddac..f2b570043f 100644
--- a/backends/platform/sdl/win32/win32-main.cpp
+++ b/backends/platform/sdl/win32/win32-main.cpp
@@ -23,6 +23,8 @@
*
*/
+#include "common/scummsys.h"
+
#ifdef WIN32
// Fix for bug #2895217 "MSVC compilation broken with r47595":
diff --git a/backends/platform/sdl/win32/win32.cpp b/backends/platform/sdl/win32/win32.cpp
index dce7b88c13..9723d1f68e 100644
--- a/backends/platform/sdl/win32/win32.cpp
+++ b/backends/platform/sdl/win32/win32.cpp
@@ -23,6 +23,8 @@
*
*/
+#include "common/scummsys.h"
+
#ifdef WIN32
#define WIN32_LEAN_AND_MEAN