From 7556fddeb96b3b7ed8cb0b23ede353d50d0e70c1 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 11 Nov 2009 14:27:22 +0000 Subject: Remove (now) obsolete HACK for WIN32. svn-id: r45832 --- backends/platform/sdl/main.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'backends/platform/sdl/main.cpp') diff --git a/backends/platform/sdl/main.cpp b/backends/platform/sdl/main.cpp index 07b443fe34..b38b815438 100644 --- a/backends/platform/sdl/main.cpp +++ b/backends/platform/sdl/main.cpp @@ -31,11 +31,6 @@ #include // winnt.h defines ARRAYSIZE, but we want our own one... #undef ARRAYSIZE - -// FIXME/UGLY HACK: We need to include "SDL.h" before "scummsys.h" -// since "scummsys.h" checks for SDL_COMPILEDVERSION to decide -// whether it should define uint32_t / int32_t or not. -#include #endif #include "common/scummsys.h" -- cgit v1.2.3