mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-21 21:40:36 -04:00
jaudio_NES/bankread
This commit is contained in:
@@ -35,7 +35,11 @@ typedef int BOOL;
|
||||
#define INT_MAX 2147483647
|
||||
|
||||
#ifndef NULL
|
||||
#ifndef __cplusplus
|
||||
#define NULL ((void*)0)
|
||||
#else
|
||||
#define NULL 0
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "libc/stdio.h"
|
||||
|
||||
Reference in New Issue
Block a user