aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gph/gph-hw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/gph/gph-hw.cpp')
-rw-r--r--backends/platform/gph/gph-hw.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/platform/gph/gph-hw.cpp b/backends/platform/gph/gph-hw.cpp
index b43324b547..fa52526f01 100644
--- a/backends/platform/gph/gph-hw.cpp
+++ b/backends/platform/gph/gph-hw.cpp
@@ -28,6 +28,9 @@
*
*/
+// Disable symbol overrides so that we can use system headers.
+#define FORBIDDEN_SYMBOL_ALLOW_ALL
+
#include "backends/platform/gph/gph-hw.h"
#include <fcntl.h>