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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Oct 30 23:49:46 CEST 2010


Revision: 53963
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53963&view=rev
Author:   fingolfin
Date:     2010-10-30 21:49:46 +0000 (Sat, 30 Oct 2010)

Log Message:
-----------
LINUXMOTO: Enable use of forbidden symbols

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

Modified: scummvm/trunk/backends/platform/linuxmoto/linuxmoto-main.cpp
===================================================================
--- scummvm/trunk/backends/platform/linuxmoto/linuxmoto-main.cpp	2010-10-30 21:49:20 UTC (rev 53962)
+++ scummvm/trunk/backends/platform/linuxmoto/linuxmoto-main.cpp	2010-10-30 21:49:46 UTC (rev 53963)
@@ -23,6 +23,9 @@
  *
  */
 
+// Disable symbol overrides so that we can use system headers.
+#define FORBIDDEN_SYMBOL_ALLOW_ALL
+
 #include "common/scummsys.h"
 #include "common/system.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