|
|
| version 1.11, 2004/08/16 08:33:02 | version 1.14, 2005/03/20 23:48:02 |
|---|---|
| Line 16 | Line 16 |
| #define OSLINEBREAK_CR | #define OSLINEBREAK_CR |
| typedef signed int SINT; | typedef signed int SINT; |
| typedef unsigned int UINT; | typedef unsigned int UINT; |
| typedef signed char SINT8; | typedef signed char SINT8; |
| typedef unsigned char UINT8; | typedef unsigned char UINT8; |
| typedef signed short SINT16; | typedef signed short SINT16; |
| typedef unsigned short UINT16; | typedef unsigned short UINT16; |
| typedef signed int SINT32; | typedef signed int SINT32; |
| typedef unsigned int UINT32; | typedef unsigned int UINT32; |
| typedef SInt64 SINT64; | typedef SInt64 SINT64; |
| typedef UInt64 UINT64; | typedef UInt64 UINT64; |
| typedef Boolean BOOL; | |
| typedef signed char TCHAR; | |
| typedef signed char CHAR; | |
| typedef unsigned char BYTE; | |
| typedef Boolean BOOL; | |
| typedef signed char TCHAR; | |
| typedef signed char CHAR; | |
| typedef unsigned char BYTE; | |
| #define MAX_PATH 260 | #define MAX_PATH 260 |
| Line 46 typedef unsigned char BYTE; | Line 45 typedef unsigned char BYTE; |
| #define max(a, b) (((a)>(b))?(a):(b)) | #define max(a, b) (((a)>(b))?(a):(b)) |
| #define min(a, b) (((a)<(b))?(a):(b)) | #define min(a, b) (((a)<(b))?(a):(b)) |
| #define BRESULT UINT8 | |
| #define OEMCHAR char | |
| #define OEMTEXT(string) string | |
| #define OEMSPRINTF sprintf | |
| #define OEMSTRLEN strlen | |
| #include "common.h" | #include "common.h" |
| #include "macossub.h" | #include "macossub.h" |
| Line 55 typedef unsigned char BYTE; | Line 60 typedef unsigned char BYTE; |
| #include "lstarray.h" | #include "lstarray.h" |
| #include "trace.h" | #include "trace.h" |
| #define GETTICK() macos_gettick() | #define GETTICK() macos_gettick() |
| #define SPRINTF sprintf | |
| #define __ASSERT(s) | #define __ASSERT(s) |
| #define SPRINTF sprintf | |
| #define STRLEN strlen | |
| #define VERMOUTH_LIB | #define VERMOUTH_LIB |
| // #define SOUND_CRITICAL | // #define SOUND_CRITICAL |
| Line 76 typedef unsigned char BYTE; | Line 83 typedef unsigned char BYTE; |
| #if defined(CPUCORE_IA32) | #if defined(CPUCORE_IA32) |
| #define SUPPORT_CRT31KHZ | #define SUPPORT_CRT31KHZ |
| #define SUPPORT_PC9821 | #define SUPPORT_PC9821 |
| #define IA32_PAGING_EACHSIZE | #define IA32_PAGING_EACHSIZE |
| #endif | #endif |
| #define SUPPORT_CRT15KHZ | #define SUPPORT_CRT15KHZ |
| #define SUPPORT_HOSTDRV | #define SUPPORT_HOSTDRV |