mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
15 lines
151 B
C
15 lines
151 B
C
|
|
#ifndef _MSL_CPP_STD_STDDEF_H
|
|
#define _MSL_CPP_STD_STDDEF_H
|
|
|
|
#ifdef __cplusplus
|
|
|
|
namespace std {
|
|
using ::ptrdiff_t;
|
|
using ::size_t;
|
|
}
|
|
|
|
#endif
|
|
|
|
#endif
|