From 7f354ac7e0453863a6d4ee798353bbd32965c289 Mon Sep 17 00:00:00 2001 From: John Willis Date: Tue, 2 Nov 2010 11:20:43 +0000 Subject: OPENPANDORA: Add FORBIDDEN_SYMBOL_ALLOW_ALL define to enable use of forbidden symbols. svn-id: r54041 --- backends/platform/openpandora/op-main.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backends') diff --git a/backends/platform/openpandora/op-main.cpp b/backends/platform/openpandora/op-main.cpp index 4febd404c3..3f4208a95a 100755 --- a/backends/platform/openpandora/op-main.cpp +++ b/backends/platform/openpandora/op-main.cpp @@ -23,6 +23,9 @@ * */ +// Disable symbol overrides so that we can use system headers. +#define FORBIDDEN_SYMBOL_ALLOW_ALL + #include "common/scummsys.h" #include -- cgit v1.2.3