aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl
diff options
context:
space:
mode:
authorMax Horn2011-06-06 17:18:50 +0200
committerMax Horn2011-06-06 17:18:50 +0200
commit18e8e5c91eba3ad7f3eb2b9786e170d53866e195 (patch)
treeaf675988849a52991b4dde9b47b02a596842f287 /backends/platform/sdl
parent0403cfc060a678de21e4bba61683f1ebc374c1a2 (diff)
downloadscummvm-rg350-18e8e5c91eba3ad7f3eb2b9786e170d53866e195.tar.gz
scummvm-rg350-18e8e5c91eba3ad7f3eb2b9786e170d53866e195.tar.bz2
scummvm-rg350-18e8e5c91eba3ad7f3eb2b9786e170d53866e195.zip
SDL: Use #define FORBIDDEN_SYMBOL_ALLOW_ALL (backends can use any symbol)
Diffstat (limited to 'backends/platform/sdl')
-rw-r--r--backends/platform/sdl/sdl.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/platform/sdl/sdl.cpp b/backends/platform/sdl/sdl.cpp
index 564dd83fd8..afc6c850d9 100644
--- a/backends/platform/sdl/sdl.cpp
+++ b/backends/platform/sdl/sdl.cpp
@@ -20,8 +20,7 @@
*
*/
-#define FORBIDDEN_SYMBOL_EXCEPTION_time_h
-#define FORBIDDEN_SYMBOL_EXCEPTION_exit
+#define FORBIDDEN_SYMBOL_ALLOW_ALL
#ifdef WIN32
#define WIN32_LEAN_AND_MEAN