mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-27 16:43:01 +00:00
10 lines
146 B
C
10 lines
146 B
C
#include <MacHeaders.h>
|
|
#define B_ENDIAN
|
|
#ifdef __POWERPC__
|
|
# pragma longlong on
|
|
#endif
|
|
#if 0
|
|
# define MAC_OS_GUSI_SOURCE
|
|
#endif
|
|
#define MONOLITH
|