SDL: Fix SDL plugin provider code (used e.g. by Dingux port)
svn-id: r53968
This commit is contained in:
parent
064bdebd55
commit
6ea76cd913
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue