| version 1.1, 2003/11/21 06:51:13 | version 1.2, 2003/11/30 12:32:04 | 
| Line 21  typedef unsigned short USHORT; | Line 21  typedef unsigned short USHORT; | 
 | typedef unsigned int    UINT; | typedef unsigned int    UINT; | 
 | typedef unsigned long   ULONG; | typedef unsigned long   ULONG; | 
 |  |  | 
| typedef short                   SINT16; | typedef signed char             SINT8; | 
|  | typedef unsigned char   UINT8; | 
|  | typedef signed short    SINT16; | 
 | typedef unsigned short  UINT16; | typedef unsigned short  UINT16; | 
| typedef int                             SINT32; | typedef signed int              SINT32; | 
 | typedef unsigned int    UINT32; | typedef unsigned int    UINT32; | 
 |  |  | 
 | typedef unsigned char   BYTE; | typedef unsigned char   BYTE; | 
 | typedef unsigned char   TCHAR; |  | 
 |  |  | 
 | typedef int                             BOOL; | typedef int                             BOOL; | 
 |  |  | 
 |  |  | 
 | #ifndef TRUE | #ifndef TRUE | 
 | #define TRUE    1 | #define TRUE    1 | 
 | #endif | #endif | 
| Line 87  typedef int    BOOL; | Line 88  typedef int    BOOL; | 
 |  |  | 
 | #define GETTICK()       SDL_GetTicks() | #define GETTICK()       SDL_GetTicks() | 
 | #define SPRINTF         sprintf | #define SPRINTF         sprintf | 
 |  | #define __ASSERT(s) | 
 |  |  | 
 | #define VERMOUTH_LIB | #define VERMOUTH_LIB | 
 | // #define      SOUND_CRITICAL | // #define      SOUND_CRITICAL |