|
|
| version 1.6, 2004/02/18 03:56:57 | version 1.10, 2005/03/19 23:06:18 |
|---|---|
| Line 78 typedef unsigned char BYTE; | Line 78 typedef unsigned char BYTE; |
| #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 93 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 108 typedef unsigned char BYTE; | Line 114 typedef unsigned char BYTE; |
| #define SOUNDRESERVE 100 | #define SOUNDRESERVE 100 |
| #define SUPPORT_CRT15KHZ | #define SUPPORT_CRT15KHZ |
| #define SUPPORT_SWSEEKSND | |
| #define SCREEN_BPP 16 | #define SCREEN_BPP 16 |