| version 1.14, 2004/04/05 09:45:08 | version 1.17, 2004/06/19 17:30:48 | 
| Line 1 | Line 1 | 
 | #include        <windows.h> | #include        <windows.h> | 
 |  | #include        <tchar.h> | 
 | #include        <stdio.h> | #include        <stdio.h> | 
 | #include        <stddef.h> | #include        <stddef.h> | 
 |  |  | 
 | #define BYTESEX_LITTLE | #define BYTESEX_LITTLE | 
 |  | #if defined(UNICODE) && defined(CHARSET_OEM) | 
 |  | #define OSLANG_UTF8 | 
 |  | #else | 
 | #define OSLANG_SJIS | #define OSLANG_SJIS | 
 |  | #endif | 
 | #define OSLINEBREAK_CRLF | #define OSLINEBREAK_CRLF | 
 |  |  | 
 |  |  | 
 | typedef signed char             SINT8; | typedef signed char             SINT8; | 
 | typedef unsigned char   UINT8; | typedef unsigned char   UINT8; | 
 | typedef signed short    SINT16; | typedef signed short    SINT16; | 
| Line 43  typedef unsigned int UINT32; | Line 47  typedef unsigned int UINT32; | 
 |  |  | 
 |  |  | 
 | #define GETTICK()       GetTickCount() | #define GETTICK()       GetTickCount() | 
 |  | #if defined(UNICODE) | 
 |  | #define SPRINTF         sprintf | 
 |  | #else | 
 | #define SPRINTF         wsprintf | #define SPRINTF         wsprintf | 
 |  | #endif | 
 | #define __ASSERT(s) | #define __ASSERT(s) | 
 |  |  | 
 | #define VERMOUTH_LIB | #define VERMOUTH_LIB | 
 | #define SOUND_CRITICAL | #define SOUND_CRITICAL | 
 |  |  | 
 |  | #if defined(UNICODE) && defined(CHARSET_OEM) | 
 |  | #define SUPPORT_UTF8 | 
 |  | #else | 
 | #define SUPPORT_SJIS | #define SUPPORT_SJIS | 
 |  | #endif | 
 |  |  | 
 | #define SUPPORT_16BPP | #define SUPPORT_16BPP | 
 | #define MEMOPTIMIZE             2 | #define MEMOPTIMIZE             2 |