aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
diff options
context:
space:
mode:
authorMax Horn2010-10-30 21:49:46 +0000
committerMax Horn2010-10-30 21:49:46 +0000
commit19c3196c1ce73fd0b05d17df03fe56cbb9d711db (patch)
treee63eea866f7060a29ef1864e91bc14441ad6ffa3 /backends/platform
parent768038be1147d66b31e508b61099726018f96e10 (diff)
downloadscummvm-rg350-19c3196c1ce73fd0b05d17df03fe56cbb9d711db.tar.gz
scummvm-rg350-19c3196c1ce73fd0b05d17df03fe56cbb9d711db.tar.bz2
scummvm-rg350-19c3196c1ce73fd0b05d17df03fe56cbb9d711db.zip
LINUXMOTO: Enable use of forbidden symbols
svn-id: r53963
Diffstat (limited to 'backends/platform')
-rw-r--r--backends/platform/linuxmoto/linuxmoto-main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/platform/linuxmoto/linuxmoto-main.cpp b/backends/platform/linuxmoto/linuxmoto-main.cpp
index 97f12e8ce1..09b03c31d6 100644
--- a/backends/platform/linuxmoto/linuxmoto-main.cpp
+++ b/backends/platform/linuxmoto/linuxmoto-main.cpp
@@ -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"