--- np2/macos9/compiler.h 2003/11/21 06:51:11 1.3 +++ np2/macos9/compiler.h 2003/12/01 03:38:52 1.5 @@ -12,19 +12,22 @@ #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 signed char TCHAR; +typedef signed char CHAR; +typedef unsigned char BYTE; #define MAX_PATH 260 @@ -47,6 +50,7 @@ typedef Boolean BOOL; #define GETTICK() macos_gettick() #define SPRINTF sprintf +#define __ASSERT(s) #define VERMOUTH_LIB // #define SOUND_CRITICAL