diff options
| author | Max Horn | 2010-10-30 22:44:15 +0000 |
|---|---|---|
| committer | Max Horn | 2010-10-30 22:44:15 +0000 |
| commit | 6801af969144ef3ea4fc8035f9aebf669f8c84ff (patch) | |
| tree | 885e114257db91a239be1897f4e453b99c750682 /tools/create_toon | |
| parent | 1425013c4bd67add0037806060b178b17c4c6e4f (diff) | |
| download | scummvm-rg350-6801af969144ef3ea4fc8035f9aebf669f8c84ff.tar.gz scummvm-rg350-6801af969144ef3ea4fc8035f9aebf669f8c84ff.tar.bz2 scummvm-rg350-6801af969144ef3ea4fc8035f9aebf669f8c84ff.zip | |
TOOLS: Enable use of forbidden symbols
svn-id: r53965
Diffstat (limited to 'tools/create_toon')
| -rw-r--r-- | tools/create_toon/create_toon.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/create_toon/create_toon.cpp b/tools/create_toon/create_toon.cpp index e6253ae21f..3cf252cbcd 100644 --- a/tools/create_toon/create_toon.cpp +++ b/tools/create_toon/create_toon.cpp @@ -25,6 +25,9 @@ * data file, used by the game engine */ +// Disable symbol overrides so that we can use system headers. +#define FORBIDDEN_SYMBOL_ALLOW_ALL + // HACK to allow building with the SDL backend on MinGW // see bug #1800764 "TOOLS: MinGW tools building broken" #ifdef main |
