GP2x: Enable use of forbidden symbols

svn-id: r53962
This commit is contained in:
Max Horn 2010-10-30 21:49:20 +00:00
parent 44393b2dc8
commit 768038be11
3 changed files with 9 additions and 0 deletions

View File

@ -30,6 +30,9 @@
*
*/
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "gp2x-common.h"
#include "gp2x-hw.h"

View File

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

View File

@ -28,6 +28,9 @@
*
*/
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "backends/platform/gp2x/gp2x-common.h"
#include "backends/platform/gp2x/gp2x-hw.h"
#include "backends/platform/gp2x/gp2x-mem.h"