diff options
Diffstat (limited to 'tools/create_kyradat/tables.cpp')
-rw-r--r-- | tools/create_kyradat/tables.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/create_kyradat/tables.cpp b/tools/create_kyradat/tables.cpp index 9cf145d9d3..777f237650 100644 --- a/tools/create_kyradat/tables.cpp +++ b/tools/create_kyradat/tables.cpp @@ -23,6 +23,9 @@ * */ +// Disable symbol overrides so that we can use system headers. +#define FORBIDDEN_SYMBOL_ALLOW_ALL + #include "tables.h" #include "create_kyradat.h" |