aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/gp2xsdl/gp2xsdl-graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/graphics/gp2xsdl/gp2xsdl-graphics.cpp')
-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>