| version 1.14, 2004/04/05 09:45:08 | version 1.21, 2004/07/15 13:48:40 | 
| 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(OSLANG_ANK) && !defined(OSLANG_SJIS) && !defined(OSLANG_EUC) && !defined(OSLANG_UTF8) && !defined(OSLANG_UCS2) && !defined(OSLANG_UCS4) | 
 | #define OSLANG_SJIS | #define OSLANG_SJIS | 
 |  | #endif | 
 | #define OSLINEBREAK_CRLF | #define OSLINEBREAK_CRLF | 
 |  |  | 
 |  |  | 
| Line 20  typedef unsigned int UINT32; | Line 24  typedef unsigned int UINT32; | 
 | #if !defined(SIZE_VGATEST) | #if !defined(SIZE_VGATEST) | 
 | #define RGB16                   UINT32 | #define RGB16                   UINT32 | 
 | #endif | #endif | 
 |  | #endif | 
 |  |  | 
 |  | #if defined(ADDON_SOFTKBD) | 
 | #define SUPPORT_SOFTKBD         1 | #define SUPPORT_SOFTKBD         1 | 
 | #endif | #endif | 
 |  |  | 
| Line 35  typedef unsigned int UINT32; | Line 42  typedef unsigned int UINT32; | 
 |  |  | 
 |  |  | 
 | #include        "common.h" | #include        "common.h" | 
 |  | #include        "oemtext.h" | 
 | #include        "milstr.h" | #include        "milstr.h" | 
 |  | #include        "ucscnv.h" | 
 | #include        "_memory.h" | #include        "_memory.h" | 
 | #include        "rect.h" | #include        "rect.h" | 
 | #include        "lstarray.h" | #include        "lstarray.h" | 
| Line 43  typedef unsigned int UINT32; | Line 52  typedef unsigned int UINT32; | 
 |  |  | 
 |  |  | 
 | #define GETTICK()       GetTickCount() | #define GETTICK()       GetTickCount() | 
 |  | #if defined(UNICODE) | 
 |  | #define SPRINTF         sprintf | 
 |  | #define STRLEN          strlen | 
 |  | #else | 
 | #define SPRINTF         wsprintf | #define SPRINTF         wsprintf | 
 |  | #define STRLEN          lstrlen | 
 |  | #endif | 
 | #define __ASSERT(s) | #define __ASSERT(s) | 
 |  |  | 
 | #define VERMOUTH_LIB | #define VERMOUTH_LIB | 
 | #define SOUND_CRITICAL | #define SOUND_CRITICAL | 
 |  |  | 
 | #define SUPPORT_SJIS | #define SUPPORT_SJIS | 
 |  | #if defined(OSLANG_UTF8) | 
 |  | #define SUPPORT_UTF8 | 
 |  | #endif | 
 |  |  | 
 | #define SUPPORT_16BPP | #define SUPPORT_16BPP | 
 | #define MEMOPTIMIZE             2 | #define MEMOPTIMIZE             2 |