From bed8c34a87512282e582dc7ee5471e9f5a94d6c7 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 28 Nov 2010 17:18:08 +0000 Subject: DINGUX: Compilation fixes svn-id: r54533 --- backends/graphics/dinguxsdl/dinguxsdl-graphics.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backends/graphics') 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} -- cgit v1.2.3