|
|
| version 1.17, 2004/06/19 17:30:48 | version 1.18, 2004/06/20 02:57:47 |
|---|---|
| Line 4 | Line 4 |
| #include <stddef.h> | #include <stddef.h> |
| #define BYTESEX_LITTLE | #define BYTESEX_LITTLE |
| #if defined(UNICODE) && defined(CHARSET_OEM) | #if !defined(UNICODE) |
| #define OSLANG_UTF8 | |
| #else | |
| #define OSLANG_SJIS | #define OSLANG_SJIS |
| #endif | #endif |
| #define OSLINEBREAK_CRLF | #define OSLINEBREAK_CRLF |
| Line 39 typedef unsigned int UINT32; | Line 37 typedef unsigned int UINT32; |
| #include "common.h" | #include "common.h" |
| #include "oemtext.h" | |
| #include "milstr.h" | #include "milstr.h" |
| #include "_memory.h" | #include "_memory.h" |
| #include "rect.h" | #include "rect.h" |
| #include "lstarray.h" | #include "lstarray.h" |
| #include "trace.h" | #include "trace.h" |
| #include "ucscnv.h" | |
| #define GETTICK() GetTickCount() | #define GETTICK() GetTickCount() |
| Line 57 typedef unsigned int UINT32; | Line 57 typedef unsigned int UINT32; |
| #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 |
| #if defined(OSLANG_UTF8) | |
| #define SUPPORT_UTF8 | |
| #endif | #endif |
| #define SUPPORT_16BPP | #define SUPPORT_16BPP |