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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Dec 27 20:30:11 CET 2008


Revision: 35580
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35580&view=rev
Author:   thebluegr
Date:     2008-12-27 19:30:11 +0000 (Sat, 27 Dec 2008)

Log Message:
-----------
Slight simplification

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

Modified: scummvm/trunk/backends/platform/sdl/sdl.cpp
===================================================================
--- scummvm/trunk/backends/platform/sdl/sdl.cpp	2008-12-27 18:57:36 UTC (rev 35579)
+++ scummvm/trunk/backends/platform/sdl/sdl.cpp	2008-12-27 19:30:11 UTC (rev 35580)
@@ -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"


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