diff options
author | Max Horn | 2010-10-30 21:49:46 +0000 |
---|---|---|
committer | Max Horn | 2010-10-30 21:49:46 +0000 |
commit | 19c3196c1ce73fd0b05d17df03fe56cbb9d711db (patch) | |
tree | e63eea866f7060a29ef1864e91bc14441ad6ffa3 /backends/platform/linuxmoto | |
parent | 768038be1147d66b31e508b61099726018f96e10 (diff) | |
download | scummvm-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/linuxmoto')
-rw-r--r-- | backends/platform/linuxmoto/linuxmoto-main.cpp | 3 |
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" |