| version 1.4, 2003/12/12 16:15:19 | version 1.10, 2005/03/19 23:06:18 | 
| Line 72  typedef unsigned char BYTE; | Line 72  typedef unsigned char BYTE; | 
 | #define BYTESEX_LITTLE | #define BYTESEX_LITTLE | 
 | #endif  /* SDL_BYTEORDER == SDL_BIG_ENDIAN */ | #endif  /* SDL_BYTEORDER == SDL_BIG_ENDIAN */ | 
 |  |  | 
 | #define __ASSERT(s)     assert(s) |  | 
 |  |  | 
 | #define UNUSED(v)       ((void)(v)) | #define UNUSED(v)       ((void)(v)) | 
 |  |  | 
 | #ifndef NELEMENTS | #ifndef NELEMENTS | 
 | #define NELEMENTS(a)    ((int)(sizeof(a) / sizeof(a[0]))) | #define NELEMENTS(a)    ((int)(sizeof(a) / sizeof(a[0]))) | 
 | #endif | #endif | 
 |  |  | 
 |  | #define BRESULT                         UINT | 
 |  | #define OEMCHAR                         char | 
 |  | #define OEMTEXT(string)         string | 
 |  | #define OEMSPRINTF                      sprintf | 
 |  | #define OEMSTRLEN                       strlen | 
 |  |  | 
 | #if !defined(SIZE_VGA) | #if !defined(SIZE_VGA) | 
 | #define RGB16           UINT32 | #define RGB16           UINT32 | 
| Line 95  typedef unsigned char BYTE; | Line 98  typedef unsigned char BYTE; | 
 | #include        "trace.h" | #include        "trace.h" | 
 |  |  | 
 |  |  | 
| #define GETTICK()       SDL_GetTicks() | #define GETTICK()                       SDL_GetTicks() | 
| #define SPRINTF         sprintf |  | 
 | #define __ASSERT(s) | #define __ASSERT(s) | 
 |  | #define SPRINTF                         sprintf | 
 |  | #define STRLEN                          strlen | 
 |  |  | 
 | #define VERMOUTH_LIB | #define VERMOUTH_LIB | 
 | // #define      SOUND_CRITICAL | // #define      SOUND_CRITICAL | 
| Line 109  typedef unsigned char BYTE; | Line 113  typedef unsigned char BYTE; | 
 |  |  | 
 | #define SOUNDRESERVE    100 | #define SOUNDRESERVE    100 | 
 |  |  | 
 |  | #define SUPPORT_CRT15KHZ | 
 |  | #define SUPPORT_SWSEEKSND | 
 |  |  | 
 | #define SCREEN_BPP              16 | #define SCREEN_BPP              16 | 
 |  |  | 
 |  |  |