--- np2/wince/w32/compiler.h 2003/10/21 16:27:54 1.2 +++ np2/wince/w32/compiler.h 2003/11/21 06:51:16 1.3 @@ -3,6 +3,8 @@ #include #define BYTESEX_LITTLE +#define OSLANG_SJIS +#define OSLINEBREAK_CRLF typedef short SINT16; @@ -10,8 +12,11 @@ typedef unsigned short UINT16; typedef int SINT32; typedef unsigned int UINT32; + +#define SIZE_QVGA #define RGB16 UINT32 + #include "common.h" #include "milstr.h" #include "_memory.h" @@ -19,17 +24,19 @@ typedef unsigned int UINT32; #include "lstarray.h" #include "trace.h" + #define GETTICK() GetTickCount() -#define GETRAND() rand() #define SPRINTF wsprintf -#define SIZE_QVGA - #define VERMOUTH_LIB #define SOUND_CRITICAL +#define SUPPORT_SJIS + #define SUPPORT_16BPP #define MEMOPTIMIZE 2 #define SOUNDRESERVE 100 +#define SCREEN_BPP 16 +