aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/osys_sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/iphone/osys_sound.cpp')
-rw-r--r--backends/platform/iphone/osys_sound.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/platform/iphone/osys_sound.cpp b/backends/platform/iphone/osys_sound.cpp
index 55892580f6..cd364f57ac 100644
--- a/backends/platform/iphone/osys_sound.cpp
+++ b/backends/platform/iphone/osys_sound.cpp
@@ -23,6 +23,9 @@
*
*/
+// Disable symbol overrides so that we can use system headers.
+#define FORBIDDEN_SYMBOL_ALLOW_ALL
+
#include "osys_main.h"
void OSystem_IPHONE::AQBufferCallback(void *in, AudioQueueRef inQ, AudioQueueBufferRef outQB) {