aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics
diff options
context:
space:
mode:
authorMax Horn2010-11-28 17:18:08 +0000
committerMax Horn2010-11-28 17:18:08 +0000
commitbed8c34a87512282e582dc7ee5471e9f5a94d6c7 (patch)
treef82ab9ebab9e1216c98a562e188a258a82ae7793 /backends/graphics
parent69092836bdb0c4c35d5fba14391cef970197b327 (diff)
downloadscummvm-rg350-bed8c34a87512282e582dc7ee5471e9f5a94d6c7.tar.gz
scummvm-rg350-bed8c34a87512282e582dc7ee5471e9f5a94d6c7.tar.bz2
scummvm-rg350-bed8c34a87512282e582dc7ee5471e9f5a94d6c7.zip
DINGUX: Compilation fixes
svn-id: r54533
Diffstat (limited to 'backends/graphics')
-rw-r--r--backends/graphics/dinguxsdl/dinguxsdl-graphics.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/graphics/dinguxsdl/dinguxsdl-graphics.cpp b/backends/graphics/dinguxsdl/dinguxsdl-graphics.cpp
index f92f71b1c1..fabb3390f3 100644
--- a/backends/graphics/dinguxsdl/dinguxsdl-graphics.cpp
+++ b/backends/graphics/dinguxsdl/dinguxsdl-graphics.cpp
@@ -29,6 +29,9 @@
#include "backends/events/dinguxsdl/dinguxsdl-events.h"
#include "graphics/scaler/aspect.h"
+// Disable symbol overrides so that we can use system headers.
+#define FORBIDDEN_SYMBOL_EXCEPTION_FILE
+
static const OSystem::GraphicsMode s_supportedGraphicsModes[] = {
{"1x", "Standard", GFX_NORMAL},
{0, 0, 0}