[Scummvm-cvs-logs] SF.net SVN: scummvm:[33617] scummvm/trunk

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Aug 4 19:46:30 CEST 2008


Revision: 33617
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33617&view=rev
Author:   fingolfin
Date:     2008-08-04 17:46:22 +0000 (Mon, 04 Aug 2008)

Log Message:
-----------
Remove some code which was rendered obsolete by md5's commit r33610

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

Modified: scummvm/trunk/backends/platform/sdl/sdl.cpp
===================================================================
--- scummvm/trunk/backends/platform/sdl/sdl.cpp	2008-08-04 17:44:18 UTC (rev 33616)
+++ scummvm/trunk/backends/platform/sdl/sdl.cpp	2008-08-04 17:46:22 UTC (rev 33617)
@@ -70,17 +70,6 @@
 
 
 
-/*
- * Include header files needed for getDefaultConfigFileName().
- */
-#if defined(WIN32)
-#include <windows.h>
-// winnt.h defines ARRAYSIZE, but we want our own one...
-#undef ARRAYSIZE
-#endif
-
-
-
 static Uint32 timer_handler(Uint32 interval, void *param) {
 	((DefaultTimerManager *)param)->handler();
 	return interval;

Modified: scummvm/trunk/common/system.cpp
===================================================================
--- scummvm/trunk/common/system.cpp	2008-08-04 17:44:18 UTC (rev 33616)
+++ scummvm/trunk/common/system.cpp	2008-08-04 17:46:22 UTC (rev 33617)
@@ -145,13 +145,7 @@
 #include "backends/platform/iphone/osys_iphone.h"
 #endif
 
-#if defined(WIN32)
-#include <windows.h>
-// winnt.h defines ARRAYSIZE, but we want our own one...
-#undef ARRAYSIZE
-#endif
 
-
 #if defined(UNIX)
 #define DEFAULT_CONFIG_FILE ".scummvmrc"
 #else


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