From 925025ec54bd27678f3b0c0d5f69d80636b073f5 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Sat, 7 Apr 2018 17:45:47 +0100 Subject: DS: Only disable forbidden symbols when necessary --- backends/plugins/ds/ds-provider.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'backends/plugins/ds') diff --git a/backends/plugins/ds/ds-provider.cpp b/backends/plugins/ds/ds-provider.cpp index b21c48355d..c5419a989a 100644 --- a/backends/plugins/ds/ds-provider.cpp +++ b/backends/plugins/ds/ds-provider.cpp @@ -20,7 +20,9 @@ * */ -#define FORBIDDEN_SYMBOL_ALLOW_ALL +// Allow use of stuff in +#define FORBIDDEN_SYMBOL_EXCEPTION_printf +#define FORBIDDEN_SYMBOL_EXCEPTION_unistd_h #include "common/scummsys.h" -- cgit v1.2.3