diff options
author | John Willis | 2010-11-02 11:20:43 +0000 |
---|---|---|
committer | John Willis | 2010-11-02 11:20:43 +0000 |
commit | 7f354ac7e0453863a6d4ee798353bbd32965c289 (patch) | |
tree | 604cd30c7a9d7be6eb5e77f8b44949411740e3ad /backends | |
parent | 438da9b22065d09d2a8b26766e19e542a4c90d2b (diff) | |
download | scummvm-rg350-7f354ac7e0453863a6d4ee798353bbd32965c289.tar.gz scummvm-rg350-7f354ac7e0453863a6d4ee798353bbd32965c289.tar.bz2 scummvm-rg350-7f354ac7e0453863a6d4ee798353bbd32965c289.zip |
OPENPANDORA: Add FORBIDDEN_SYMBOL_ALLOW_ALL define to enable use of forbidden symbols.
svn-id: r54041
Diffstat (limited to 'backends')
-rwxr-xr-x | backends/platform/openpandora/op-main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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 <SDL/SDL.h> |