diff options
Diffstat (limited to 'backends/plugins')
-rw-r--r-- | backends/plugins/ds/ds-provider.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/plugins/ds/ds-provider.cpp b/backends/plugins/ds/ds-provider.cpp index 1c9744518e..b21c48355d 100644 --- a/backends/plugins/ds/ds-provider.cpp +++ b/backends/plugins/ds/ds-provider.cpp @@ -20,6 +20,8 @@ * */ +#define FORBIDDEN_SYMBOL_ALLOW_ALL + #include "common/scummsys.h" #if defined(DYNAMIC_MODULES) && defined(__DS__) |