--- np2/win9xc/compiler.h 2003/10/21 16:27:54 1.4 +++ np2/win9xc/compiler.h 2003/11/21 06:51:15 1.5 @@ -3,6 +3,8 @@ #include #define BYTESEX_LITTLE +#define OSLANG_SJIS +#define OSLINEBREAK_CRLF typedef short SINT16; @@ -18,7 +20,6 @@ typedef unsigned int UINT32; #include "trace.h" #define GETTICK() GetTickCount() -#define GETRAND() rand() #define SPRINTF wsprintf #define LABEL __declspec(naked) @@ -35,6 +36,8 @@ typedef unsigned int UINT32; #define VRAMCALL __fastcall #define SCRNCALL __fastcall +#define SUPPORT_SJIS + // #define SUPPORT_8BPP // #define SUPPORT_16BPP // #define SUPPORT_24BPP