From 1425013c4bd67add0037806060b178b17c4c6e4f Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 30 Oct 2010 22:43:25 +0000 Subject: GPH: Enable use of forbidden symbols svn-id: r53964 --- backends/platform/gph/gph-hw.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backends/platform/gph/gph-hw.cpp') 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 -- cgit v1.2.3