From a41d4424af345c7ab89f8ffe06f96addf3ca751d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 31 Oct 2010 21:49:53 +0000 Subject: COMMON: Allow forbidden symbols in debug.cpp and textconsole.cpp This is currently necessary for the PS2 port and possibly others. svn-id: r53989 --- common/debug.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/debug.cpp') 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" -- cgit v1.2.3