--- np2/wince/w32/compiler.h 2004/06/19 17:28:29 1.16 +++ np2/wince/w32/compiler.h 2004/06/20 02:57:47 1.18 @@ -4,7 +4,9 @@ #include #define BYTESEX_LITTLE +#if !defined(UNICODE) #define OSLANG_SJIS +#endif #define OSLINEBREAK_CRLF typedef signed char SINT8; @@ -35,11 +37,13 @@ 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() @@ -54,6 +58,9 @@ typedef unsigned int UINT32; #define SOUND_CRITICAL #define SUPPORT_SJIS +#if defined(OSLANG_UTF8) +#define SUPPORT_UTF8 +#endif #define SUPPORT_16BPP #define MEMOPTIMIZE 2