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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Nov 28 16:47:55 CET 2010


Revision: 54527
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54527&view=rev
Author:   thebluegr
Date:     2010-11-28 15:47:54 +0000 (Sun, 28 Nov 2010)

Log Message:
-----------
SDL: Added missing #define FORBIDDEN_SYMBOL_ALLOW_ALL for the Win32 SDL backend

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-28 15:44:34 UTC (rev 54526)
+++ scummvm/trunk/backends/platform/sdl/win32/win32.cpp	2010-11-28 15:47:54 UTC (rev 54527)
@@ -18,8 +18,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $URL: https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/branches/gsoc2010-opengl/backends/platform/sdl/win32/win32.cpp $
- * $Id: win32.cpp 50589 2010-07-02 06:44:42Z vgvgf $
+ * $URL$
+ * $Id$
  *
  */
 
@@ -29,6 +29,9 @@
 #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.
+#define FORBIDDEN_SYMBOL_ALLOW_ALL
+
 #include "backends/platform/sdl/win32/win32.h"
 #include "backends/fs/windows/windows-fs-factory.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