PS2: Enable use of forbidden symbols

svn-id: r53969
This commit is contained in:
Max Horn 2010-10-30 23:53:59 +00:00
parent 6ea76cd913
commit 184c732bf6
2 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,9 @@
*
*/
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "backends/platform/ps2/fileio.h"
#include <tamtypes.h>

View File

@ -23,6 +23,9 @@
*
*/
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include <kernel.h>
#include <stdio.h>
#include <stdlib.h>