Seaside/SpyCustom/sdk/valve_on.h
2021-06-16 18:49:07 +03:00

13 lines
331 B
C

#ifdef STEAM
#ifdef ENFORCE_WCHAR
#define char DontUseChar_SeeWcharOn.h
#endif
#define malloc( cub ) HEY_DONT_USE_MALLOC_USE_PVALLOC
#define realloc( pvOld, cub ) HEY_DONT_USE_REALLOC_USE_PVREALLOC
#define _expand( pvOld, cub ) HEY_DONT_USE_EXPAND_USE_PVEXPAND
#define free( pv ) HEY_DONT_USE_FREE_USE_FREEPV
#endif