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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Nov 29 08:52:38 CET 2010


Revision: 54567
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54567&view=rev
Author:   thebluegr
Date:     2010-11-29 07:52:38 +0000 (Mon, 29 Nov 2010)

Log Message:
-----------
COMMON: Applied patch #3121969 - "WIN32_LEAN_AND_MEAN in incorrect place"

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

Modified: scummvm/trunk/backends/platform/sdl/win32/win32.cpp
===================================================================
--- scummvm/trunk/backends/platform/sdl/win32/win32.cpp	2010-11-29 06:35:50 UTC (rev 54566)
+++ scummvm/trunk/backends/platform/sdl/win32/win32.cpp	2010-11-29 07:52:38 UTC (rev 54567)
@@ -25,8 +25,8 @@
 
 #ifdef WIN32
 
+#define WIN32_LEAN_AND_MEAN
 #include <windows.h>
-#define WIN32_LEAN_AND_MEAN
 #undef ARRAYSIZE // winnt.h defines ARRAYSIZE, but we want our own one...
 
 // Disable symbol overrides so that we can use system headers.


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