aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins
diff options
context:
space:
mode:
authorMax Horn2010-10-30 23:53:30 +0000
committerMax Horn2010-10-30 23:53:30 +0000
commit6ea76cd9133a76645ef74c9fc75aed80ed2b5d14 (patch)
tree303e6ee711d24d7db3c8620c74de431c10d2fe0a /backends/plugins
parent064bdebd55392096a98837a24413d6244fa2c60c (diff)
downloadscummvm-rg350-6ea76cd9133a76645ef74c9fc75aed80ed2b5d14.tar.gz
scummvm-rg350-6ea76cd9133a76645ef74c9fc75aed80ed2b5d14.tar.bz2
scummvm-rg350-6ea76cd9133a76645ef74c9fc75aed80ed2b5d14.zip
SDL: Fix SDL plugin provider code (used e.g. by Dingux port)
svn-id: r53968
Diffstat (limited to 'backends/plugins')
-rw-r--r--backends/plugins/sdl/sdl-provider.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/plugins/sdl/sdl-provider.cpp b/backends/plugins/sdl/sdl-provider.cpp
index be04b5a1eb..6f8ca594f6 100644
--- a/backends/plugins/sdl/sdl-provider.cpp
+++ b/backends/plugins/sdl/sdl-provider.cpp
@@ -25,6 +25,9 @@
#if defined(DYNAMIC_MODULES) && defined(SDL_BACKEND)
+// Disable symbol overrides so that we can use system headers.
+#define FORBIDDEN_SYMBOL_ALLOW_ALL
+
#include "backends/plugins/sdl/sdl-provider.h"
#include "backends/plugins/dynamic-plugin.h"
#include "common/fs.h"