| version 1.1.1.1, 2003/10/16 17:58:39 | version 1.4, 2003/10/21 11:22:05 | 
| Line 4 | Line 4 | 
 |  |  | 
 | #define BYTESEX_LITTLE | #define BYTESEX_LITTLE | 
 |  |  | 
| #if 1 | #ifndef __GNUC__ | 
| #ifndef __cplusplus |  | 
| #define DWORD   xxx |  | 
| #define WORD    xxx |  | 
| #endif |  | 
| #endif |  | 
 |  |  | 
 | typedef short                   SINT16; | typedef short                   SINT16; | 
 | typedef unsigned short  UINT16; | typedef unsigned short  UINT16; | 
 | typedef int                             SINT32; | typedef int                             SINT32; | 
 | typedef unsigned int    UINT32; | typedef unsigned int    UINT32; | 
 |  |  | 
 |  | #else | 
 |  |  | 
 |  | #include        <stdlib.h> | 
 |  | typedef short                   SINT16; | 
 |  | typedef unsigned short  UINT16; | 
 |  | typedef int                             SINT32; | 
 |  |  | 
 |  | #endif | 
 |  |  | 
 | #include        "common.h" | #include        "common.h" | 
 | #include        "milstr.h" | #include        "milstr.h" | 
 | #include        "_memory.h" | #include        "_memory.h" | 
| Line 30  typedef unsigned int UINT32; | Line 34  typedef unsigned int UINT32; | 
 | #define LABEL           __declspec(naked) | #define LABEL           __declspec(naked) | 
 | #define RELEASE(x)      if (x) {(x)->Release(); (x) = NULL;} | #define RELEASE(x)      if (x) {(x)->Release(); (x) = NULL;} | 
 |  |  | 
 |  | #define OPNGENX86 | 
 | #define VERMOUTH_LIB | #define VERMOUTH_LIB | 
 | #define PARTSCALL       __fastcall | #define PARTSCALL       __fastcall | 
 | #define CPUCALL         __fastcall | #define CPUCALL         __fastcall |