mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
SDL: Fix SDL plugin provider code (used e.g. by Dingux port)
svn-id: r53968
This commit is contained in:
parent
064bdebd55
commit
6ea76cd913
@ -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…
x
Reference in New Issue
Block a user