SDL: Fix SDL plugin provider code (used e.g. by Dingux port)

svn-id: r53968
This commit is contained in:
Max Horn 2010-10-30 23:53:30 +00:00
parent 064bdebd55
commit 6ea76cd913

View File

@ -25,6 +25,9 @@
#if defined(DYNAMIC_MODULES) && defined(SDL_BACKEND) #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/sdl/sdl-provider.h"
#include "backends/plugins/dynamic-plugin.h" #include "backends/plugins/dynamic-plugin.h"
#include "common/fs.h" #include "common/fs.h"