WII: Fix various forbidden symbol clashes

This commit is contained in:
Max Horn 2011-05-03 12:52:28 +02:00
parent bf9b98f316
commit 81ff18b0b7
6 changed files with 12 additions and 1 deletions

View file

@ -22,6 +22,9 @@
// Allow use of stuff in <time.h>
#define FORBIDDEN_SYMBOL_EXCEPTION_time_h
// Allow printf for debugging
#define FORBIDDEN_SYMBOL_EXCEPTION_printf
#include <unistd.h>
#include <ogc/conf.h>