|
|
| version 1.16, 2004/06/19 17:28:29 | version 1.20, 2004/06/22 07:11:45 |
|---|---|
| Line 3 | Line 3 |
| #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 |
| 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 35 typedef unsigned int UINT32; | Line 39 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 45 typedef unsigned int UINT32; | Line 51 typedef unsigned int UINT32; |
| #define GETTICK() GetTickCount() | #define GETTICK() GetTickCount() |
| #if defined(UNICODE) | #if defined(UNICODE) |
| #define SPRINTF sprintf | #define SPRINTF sprintf |
| #define STRLEN strlen | |
| #else | #else |
| #define SPRINTF wsprintf | #define SPRINTF wsprintf |
| #define STRLEN lstrlen | |
| #endif | #endif |
| #define __ASSERT(s) | #define __ASSERT(s) |
| Line 54 typedef unsigned int UINT32; | Line 62 typedef unsigned int UINT32; |
| #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 |