diff options
author | Filippos Karapetis | 2008-12-27 19:30:11 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-12-27 19:30:11 +0000 |
commit | 32ac8d633ace312ed3f5b0c3669786dba06fb009 (patch) | |
tree | 598377a7a7d3601e9f7fb18f6fd4944599fa95ec | |
parent | 2b37e183dcdb1c95db71dc07dace4c0ef7b9ddc7 (diff) | |
download | scummvm-rg350-32ac8d633ace312ed3f5b0c3669786dba06fb009.tar.gz scummvm-rg350-32ac8d633ace312ed3f5b0c3669786dba06fb009.tar.bz2 scummvm-rg350-32ac8d633ace312ed3f5b0c3669786dba06fb009.zip |
Slight simplification
svn-id: r35580
-rw-r--r-- | backends/platform/sdl/sdl.cpp | 2 |
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" |