mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-01-11 11:33:01 +08:00
12 lines
103 B
C
12 lines
103 B
C
|
|
||
|
#ifdef STEAM
|
||
|
|
||
|
#undef char
|
||
|
|
||
|
|
||
|
#undef malloc
|
||
|
#undef realloc
|
||
|
#undef _expand
|
||
|
#undef free
|
||
|
|
||
|
#endif
|