aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h
diff options
context:
space:
mode:
authorMax Horn2010-11-28 18:09:43 +0000
committerMax Horn2010-11-28 18:09:43 +0000
commit1c3ba8bc405b1f249a488480e397a984834744d4 (patch)
treefcf5402f69dbe804de5312dd6fe2899ee1a0f0e1 /backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h
parentbeed05b0affcab40d4b54576bd264c8be799c2b6 (diff)
downloadscummvm-rg350-1c3ba8bc405b1f249a488480e397a984834744d4.tar.gz
scummvm-rg350-1c3ba8bc405b1f249a488480e397a984834744d4.tar.bz2
scummvm-rg350-1c3ba8bc405b1f249a488480e397a984834744d4.zip
LINUXMOTO: More compilation fixes
svn-id: r54540
Diffstat (limited to 'backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h')
-rw-r--r--backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h
index 8124aca778..2a928ed7e1 100644
--- a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h
+++ b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h
@@ -26,6 +26,9 @@
#ifndef BACKENDS_GRAPHICS_SDL_LINUXMOTO_H
#define BACKENDS_GRAPHICS_SDL_LINUXMOTO_H
+// Disable symbol overrides so that we can use system headers.
+#define FORBIDDEN_SYMBOL_EXCEPTION_FILE
+
#include "backends/graphics/sdl/sdl-graphics.h"
class LinuxmotoSdlGraphicsManager : public SdlGraphicsManager {