aboutsummaryrefslogtreecommitdiff
path: root/tools/create_lure
diff options
context:
space:
mode:
authorMax Horn2010-10-30 22:44:15 +0000
committerMax Horn2010-10-30 22:44:15 +0000
commit6801af969144ef3ea4fc8035f9aebf669f8c84ff (patch)
tree885e114257db91a239be1897f4e453b99c750682 /tools/create_lure
parent1425013c4bd67add0037806060b178b17c4c6e4f (diff)
downloadscummvm-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_lure')
-rw-r--r--tools/create_lure/create_lure_dat.cpp3
-rw-r--r--tools/create_lure/process_actions.cpp3
2 files changed, 6 insertions, 0 deletions
diff --git a/tools/create_lure/create_lure_dat.cpp b/tools/create_lure/create_lure_dat.cpp
index faa32541bc..ad883b808f 100644
--- a/tools/create_lure/create_lure_dat.cpp
+++ b/tools/create_lure/create_lure_dat.cpp
@@ -27,6 +27,9 @@
* to work properly
*/
+// 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
diff --git a/tools/create_lure/process_actions.cpp b/tools/create_lure/process_actions.cpp
index 9779315ddd..30e7eed9e4 100644
--- a/tools/create_lure/process_actions.cpp
+++ b/tools/create_lure/process_actions.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 "common/util.h"
#include "create_lure_dat.h"