--- np2/wince/w32/compiler.h 2004/04/05 09:45:08 1.14 +++ np2/wince/w32/compiler.h 2004/06/20 02:57:47 1.18 @@ -1,12 +1,14 @@ #include +#include #include #include #define BYTESEX_LITTLE +#if !defined(UNICODE) #define OSLANG_SJIS +#endif #define OSLINEBREAK_CRLF - typedef signed char SINT8; typedef unsigned char UINT8; typedef signed short SINT16; @@ -35,21 +37,30 @@ typedef unsigned int UINT32; #include "common.h" +#include "oemtext.h" #include "milstr.h" #include "_memory.h" #include "rect.h" #include "lstarray.h" #include "trace.h" +#include "ucscnv.h" #define GETTICK() GetTickCount() +#if defined(UNICODE) +#define SPRINTF sprintf +#else #define SPRINTF wsprintf +#endif #define __ASSERT(s) #define VERMOUTH_LIB #define SOUND_CRITICAL #define SUPPORT_SJIS +#if defined(OSLANG_UTF8) +#define SUPPORT_UTF8 +#endif #define SUPPORT_16BPP #define MEMOPTIMIZE 2