diff options
author | Max Horn | 2010-11-28 17:18:08 +0000 |
---|---|---|
committer | Max Horn | 2010-11-28 17:18:08 +0000 |
commit | bed8c34a87512282e582dc7ee5471e9f5a94d6c7 (patch) | |
tree | f82ab9ebab9e1216c98a562e188a258a82ae7793 /backends/graphics/dinguxsdl | |
parent | 69092836bdb0c4c35d5fba14391cef970197b327 (diff) | |
download | scummvm-rg350-bed8c34a87512282e582dc7ee5471e9f5a94d6c7.tar.gz scummvm-rg350-bed8c34a87512282e582dc7ee5471e9f5a94d6c7.tar.bz2 scummvm-rg350-bed8c34a87512282e582dc7ee5471e9f5a94d6c7.zip |
DINGUX: Compilation fixes
svn-id: r54533
Diffstat (limited to 'backends/graphics/dinguxsdl')
-rw-r--r-- | backends/graphics/dinguxsdl/dinguxsdl-graphics.cpp | 3 |
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} |