WII: Fix various forbidden symbol clashes
This commit is contained in:
parent
bf9b98f316
commit
81ff18b0b7
6 changed files with 12 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue