--- np2/macos9/compiler.h 2003/11/21 06:51:11 1.3 +++ np2/macos9/compiler.h 2003/11/30 12:32:04 1.4 @@ -12,19 +12,20 @@ #define OSLINEBREAK_CR -typedef char TCHAR; -typedef unsigned char BYTE; - -typedef int SINT; +typedef signed int SINT; typedef unsigned int UINT; -typedef short SINT16; +typedef signed char SINT8; +typedef unsigned char UINT8; + +typedef signed short SINT16; typedef unsigned short UINT16; -typedef int SINT32; +typedef signed int SINT32; typedef unsigned int UINT32; typedef Boolean BOOL; +typedef unsigned char BYTE; #define MAX_PATH 260 @@ -47,6 +48,7 @@ typedef Boolean BOOL; #define GETTICK() macos_gettick() #define SPRINTF sprintf +#define __ASSERT(s) #define VERMOUTH_LIB // #define SOUND_CRITICAL