mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-08 08:55:17 +00:00
[iQue] Build some C files with EGCS (#2396)
This commit is contained in:
parent
ffc9f2d4f1
commit
9dafc2f2e4
19 changed files with 121 additions and 37 deletions
|
@ -62,6 +62,8 @@ vs32 sSchedDebugPrintfEnabled = false;
|
|||
PRINTF
|
||||
#elif IDO_PRINTF_WORKAROUND
|
||||
#define SCHED_DEBUG_PRINTF(args) (void)0
|
||||
#elif defined(__GNUC__) && __GNUC__ < 3
|
||||
#define SCHED_DEBUG_PRINTF(format, args...) (void)0
|
||||
#else
|
||||
#define SCHED_DEBUG_PRINTF(format, ...) (void)0
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue