aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
diff options
context:
space:
mode:
authorFilippos Karapetis2008-12-27 19:30:11 +0000
committerFilippos Karapetis2008-12-27 19:30:11 +0000
commit32ac8d633ace312ed3f5b0c3669786dba06fb009 (patch)
tree598377a7a7d3601e9f7fb18f6fd4944599fa95ec /backends/platform
parent2b37e183dcdb1c95db71dc07dace4c0ef7b9ddc7 (diff)
downloadscummvm-rg350-32ac8d633ace312ed3f5b0c3669786dba06fb009.tar.gz
scummvm-rg350-32ac8d633ace312ed3f5b0c3669786dba06fb009.tar.bz2
scummvm-rg350-32ac8d633ace312ed3f5b0c3669786dba06fb009.zip
Slight simplification
svn-id: r35580
Diffstat (limited to 'backends/platform')
-rw-r--r--backends/platform/sdl/sdl.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/platform/sdl/sdl.cpp b/backends/platform/sdl/sdl.cpp
index 982a67f11d..be239e4ea2 100644
--- a/backends/platform/sdl/sdl.cpp
+++ b/backends/platform/sdl/sdl.cpp
@@ -25,11 +25,9 @@
#if defined(WIN32)
#include <windows.h>
-#if defined(ARRAYSIZE)
// winnt.h defines ARRAYSIZE, but we want our own one... - this is needed before including util.h
#undef ARRAYSIZE
#endif
-#endif
#include "backends/platform/sdl/sdl.h"
#include "common/archive.h"