mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
19 lines
266 B
C
19 lines
266 B
C
#ifndef __PREFIX_NITRO__
|
|
#define __PREFIX_NITRO__
|
|
|
|
#define _MSL_THREADSAFE 1
|
|
|
|
#define _MSL_LOCALDATA_AVAILABLE 0
|
|
|
|
#define _MSL_OS_DIRECT_MALLOC
|
|
|
|
#define _MSL_OS_ALLOC_SUPPORT 1
|
|
|
|
#define _MSL_NEEDS_EXTRAS 1
|
|
|
|
#define _MSL_OS_TIME_SUPPORT 0
|
|
|
|
#define SDK_ARM9 1
|
|
|
|
#endif
|