aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins
diff options
context:
space:
mode:
authorCameron Cawley2017-11-14 23:00:56 +0000
committerEugene Sandulenko2018-04-07 09:30:07 +0200
commit9111998c49958646a9216548b9c886136afd7c14 (patch)
treeb54641021cc27c9c9d3960001f929e8639a5bb2f /backends/plugins
parent668084c58a2267897f58eb6a6d9baac09b65969d (diff)
downloadscummvm-rg350-9111998c49958646a9216548b9c886136afd7c14.tar.gz
scummvm-rg350-9111998c49958646a9216548b9c886136afd7c14.tar.bz2
scummvm-rg350-9111998c49958646a9216548b9c886136afd7c14.zip
DS: Fix compilation with devkitARM r47
Diffstat (limited to 'backends/plugins')
-rw-r--r--backends/plugins/ds/ds-provider.cpp2
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__)