| version 1.5, 2003/11/29 00:36:00 | version 1.8, 2003/12/08 00:55:35 | 
| Line 7 | Line 7 | 
 | #define OSLINEBREAK_CRLF | #define OSLINEBREAK_CRLF | 
 |  |  | 
 |  |  | 
| 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; | 
 |  |  | 
 |  |  | 
 | #if !defined(SIZE_VGA) | #if !defined(SIZE_VGA) | 
 | #define SIZE_QVGA | #define SIZE_QVGA | 
 | #define RGB16                   UINT32 | #define RGB16                   UINT32 | 
 |  | #define SUPPORT_SOFTKBD | 
 | #endif | #endif | 
 |  |  | 
 | // for RISC test | // for RISC test | 
 | #define REG8            UINT | #define REG8            UINT | 
 | #define REG16           UINT | #define REG16           UINT | 
 | #define REG32           UINT |  | 
 | #define LOW12(a)                                ((((UINT)(a)) << 20) >> 20) | #define LOW12(a)                                ((((UINT)(a)) << 20) >> 20) | 
 | #define LOW14(a)                                ((((UINT)(a)) << 18) >> 18) | #define LOW14(a)                                ((((UINT)(a)) << 18) >> 18) | 
 | #define LOW15(a)                                ((((UINT)(a)) << 17) >> 17) | #define LOW15(a)                                ((((UINT)(a)) << 17) >> 17) | 
| Line 39  typedef unsigned int UINT32; | Line 41  typedef unsigned int UINT32; | 
 |  |  | 
 | #define GETTICK()       GetTickCount() | #define GETTICK()       GetTickCount() | 
 | #define SPRINTF         wsprintf | #define SPRINTF         wsprintf | 
 |  | #define __ASSERT(s) | 
 |  |  | 
 | #define VERMOUTH_LIB | #define VERMOUTH_LIB | 
 | #define SOUND_CRITICAL | #define SOUND_CRITICAL |