aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat/md5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/create_kyradat/md5.cpp')
-rw-r--r--tools/create_kyradat/md5.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/create_kyradat/md5.cpp b/tools/create_kyradat/md5.cpp
index 58e6e73add..214b5ef7ed 100644
--- a/tools/create_kyradat/md5.cpp
+++ b/tools/create_kyradat/md5.cpp
@@ -23,6 +23,9 @@
*
*/
+// Disable symbol overrides so that we can use system headers.
+#define FORBIDDEN_SYMBOL_ALLOW_ALL
+
#include "md5.h"
#define GET_UINT32(n, b, i) (n) = READ_LE_UINT32(b + i)