|
|
| version 1.18, 2004/06/20 02:57:47 | 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(UNICODE) | #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 | #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 39 typedef unsigned int UINT32; | Line 41 typedef unsigned int UINT32; |
| #include "common.h" | #include "common.h" |
| #include "oemtext.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" |
| #include "trace.h" | #include "trace.h" |
| #include "ucscnv.h" | |
| #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) |