aboutsummaryrefslogtreecommitdiff
path: root/backends/mutex
diff options
context:
space:
mode:
Diffstat (limited to 'backends/mutex')
-rw-r--r--backends/mutex/sdl/sdl-mutex.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/mutex/sdl/sdl-mutex.cpp b/backends/mutex/sdl/sdl-mutex.cpp
index 737126057c..46ce269417 100644
--- a/backends/mutex/sdl/sdl-mutex.cpp
+++ b/backends/mutex/sdl/sdl-mutex.cpp
@@ -25,6 +25,9 @@
#if defined(SDL_BACKEND)
+// Disable symbol overrides so that we can use system headers.
+#define FORBIDDEN_SYMBOL_EXCEPTION_FILE
+
#include "backends/mutex/sdl/sdl-mutex.h"
#if defined(__SYMBIAN32__)