COMMON: Allow forbidden symbols in debug.cpp and textconsole.cpp
This is currently necessary for the PS2 port and possibly others. svn-id: r53989
This commit is contained in:
parent
ae082b2b28
commit
a41d4424af
2 changed files with 8 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue