diff options
Diffstat (limited to 'common/debug.cpp')
-rw-r--r-- | common/debug.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/debug.cpp b/common/debug.cpp index 116c0d0d56..52ff4307dd 100644 --- a/common/debug.cpp +++ b/common/debug.cpp @@ -22,6 +22,10 @@ * $Id$ */ +// Disable symbol overrides so that we can use system headers. +// FIXME: Necessary for the PS2 port, should get rid of this eventually. +#define FORBIDDEN_SYMBOL_ALLOW_ALL + #include "common/debug.h" #include "common/debug-channels.h" #include "common/util.h" |