[Scummvm-cvs-logs] SF.net SVN: scummvm:[45832] scummvm/trunk/backends/platform/sdl/main.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Nov 11 15:27:23 CET 2009


Revision: 45832
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45832&view=rev
Author:   lordhoto
Date:     2009-11-11 14:27:22 +0000 (Wed, 11 Nov 2009)

Log Message:
-----------
Remove (now) obsolete HACK for WIN32.

Modified Paths:
--------------
    scummvm/trunk/backends/platform/sdl/main.cpp

Modified: scummvm/trunk/backends/platform/sdl/main.cpp
===================================================================
--- scummvm/trunk/backends/platform/sdl/main.cpp	2009-11-11 14:21:58 UTC (rev 45831)
+++ scummvm/trunk/backends/platform/sdl/main.cpp	2009-11-11 14:27:22 UTC (rev 45832)
@@ -31,11 +31,6 @@
 #include <windows.h>
 // 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 <SDL.h>
 #endif
 
 #include "common/scummsys.h"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list