--- np2/win9x/compiler.h 2003/10/21 11:22:05 1.4 +++ np2/win9x/compiler.h 2003/11/21 06:51:14 1.7 @@ -1,25 +1,33 @@ + +#define _WIN32_IE 0x0200 + #include #include #include #define BYTESEX_LITTLE +#define OSLANG_SJIS +#define OSLINEBREAK_CRLF -#ifndef __GNUC__ +#ifndef __GNUC__ typedef short SINT16; typedef unsigned short UINT16; typedef int SINT32; typedef unsigned int UINT32; - #else - #include typedef short SINT16; typedef unsigned short UINT16; typedef int SINT32; - #endif +#define LOADINTELDWORD(a) (*((UINT32 *)(a))) +#define LOADINTELWORD(a) (*((UINT16 *)(a))) +#define STOREINTELDWORD(a, b) *(UINT32 *)(a) = (b) +#define STOREINTELWORD(a, b) *(UINT16 *)(a) = (b) + + #include "common.h" #include "milstr.h" #include "_memory.h" @@ -27,12 +35,12 @@ typedef int SINT32; #include "lstarray.h" #include "trace.h" + #define GETTICK() GetTickCount() -#define GETRAND() rand() #define SPRINTF wsprintf -#define LABEL __declspec(naked) -#define RELEASE(x) if (x) {(x)->Release(); (x) = NULL;} +#define LABEL __declspec(naked) +#define RELEASE(x) if (x) {(x)->Release(); (x) = NULL;} #define OPNGENX86 #define VERMOUTH_LIB @@ -46,9 +54,15 @@ typedef int SINT32; #define VRAMCALL __fastcall #define SCRNCALL __fastcall +#define SUPPORT_SJIS + #define SUPPORT_8BPP #define SUPPORT_16BPP #define SUPPORT_24BPP #define SUPPORT_32BPP #define SUPPORT_NORMALDISP +#define SUPPORT_KEYDISP + +#define SOUNDRESERVE 20 +