aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics
diff options
context:
space:
mode:
authorMax Horn2010-11-29 10:43:14 +0000
committerMax Horn2010-11-29 10:43:14 +0000
commit1ef8d5e38a7a7b5cf1d0495dbb9cfe85888fb627 (patch)
tree8fa73d4563ee4eaa26bd9d390a5599e127f98c2a /backends/graphics
parentfba6ee8af93a1abf98f39e317901f7baf1869300 (diff)
downloadscummvm-rg350-1ef8d5e38a7a7b5cf1d0495dbb9cfe85888fb627.tar.gz
scummvm-rg350-1ef8d5e38a7a7b5cf1d0495dbb9cfe85888fb627.tar.bz2
scummvm-rg350-1ef8d5e38a7a7b5cf1d0495dbb9cfe85888fb627.zip
GP2X: More compilation fixes
svn-id: r54569
Diffstat (limited to 'backends/graphics')
-rw-r--r--backends/graphics/gp2xsdl/gp2xsdl-graphics.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/graphics/gp2xsdl/gp2xsdl-graphics.cpp b/backends/graphics/gp2xsdl/gp2xsdl-graphics.cpp
index 4130baa6ac..2b029a39e5 100644
--- a/backends/graphics/gp2xsdl/gp2xsdl-graphics.cpp
+++ b/backends/graphics/gp2xsdl/gp2xsdl-graphics.cpp
@@ -25,6 +25,9 @@
#ifdef GP2X
+// Disable symbol overrides so that we can use system headers.
+#define FORBIDDEN_SYMBOL_EXCEPTION_FILE
+
#include "backends/graphics/gp2xsdl/gp2xsdl-graphics.h"
#include "graphics/scaler/aspect.h"
#include <SDL_gp2x.h>