aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gph/gph-main.cpp
diff options
context:
space:
mode:
authorMax Horn2010-10-30 22:43:25 +0000
committerMax Horn2010-10-30 22:43:25 +0000
commit1425013c4bd67add0037806060b178b17c4c6e4f (patch)
treec8544b2f79816ea88be7138c9561e079228e99d9 /backends/platform/gph/gph-main.cpp
parent19c3196c1ce73fd0b05d17df03fe56cbb9d711db (diff)
downloadscummvm-rg350-1425013c4bd67add0037806060b178b17c4c6e4f.tar.gz
scummvm-rg350-1425013c4bd67add0037806060b178b17c4c6e4f.tar.bz2
scummvm-rg350-1425013c4bd67add0037806060b178b17c4c6e4f.zip
GPH: Enable use of forbidden symbols
svn-id: r53964
Diffstat (limited to 'backends/platform/gph/gph-main.cpp')
-rw-r--r--backends/platform/gph/gph-main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/platform/gph/gph-main.cpp b/backends/platform/gph/gph-main.cpp
index 71f9f77bfc..c433ba9f3f 100644
--- a/backends/platform/gph/gph-main.cpp
+++ b/backends/platform/gph/gph-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 <SDL/SDL.h>