From 9111998c49958646a9216548b9c886136afd7c14 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Tue, 14 Nov 2017 23:00:56 +0000 Subject: DS: Fix compilation with devkitARM r47 --- backends/plugins/ds/ds-provider.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backends/plugins') 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__) -- cgit v1.2.3