|
|
| version 1.6, 2004/07/01 11:42:54 | version 1.10, 2005/04/01 15:35:49 |
|---|---|
| Line 10 | Line 10 |
| #ifndef __GNUC__ | #ifndef __GNUC__ |
| typedef signed char SINT8; | typedef signed int SINT; |
| typedef unsigned char UINT8; | typedef signed char SINT8; |
| typedef signed short SINT16; | typedef unsigned char UINT8; |
| typedef unsigned short UINT16; | typedef signed short SINT16; |
| typedef signed int SINT32; | typedef unsigned short UINT16; |
| typedef unsigned int UINT32; | typedef signed int SINT32; |
| typedef unsigned int UINT32; | |
| #else | #else |
| #include <stdlib.h> | #include <stdlib.h> |
| 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; |
| #endif | #endif |
| #define BRESULT UINT | |
| #define OEMCHAR char | |
| #define OEMTEXT(string) string | |
| #define OEMSPRINTF sprintf | |
| #define OEMSTRLEN strlen | |
| #if !defined(SIZE_VGA) | #if !defined(SIZE_VGA) |
| #define RGB16 UINT32 | #define RGB16 UINT32 |
| Line 34 typedef signed int SINT32; | Line 40 typedef signed int SINT32; |
| #include "common.h" | #include "common.h" |
| #include "milstr.h" | #include "milstr.h" |
| #include "codecnv.h" | |
| #include "_memory.h" | #include "_memory.h" |
| #include "rect.h" | #include "rect.h" |
| #include "lstarray.h" | #include "lstarray.h" |
| #include "trace.h" | #include "trace.h" |
| #define GETTICK() SDL_GetTicks() | #define GETTICK() SDL_GetTicks() |
| #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 |
| #define SUPPORT_SJIS | |
| #define SUPPORT_EUC | #define SUPPORT_EUC |
| #define SUPPORT_16BPP | #define SUPPORT_16BPP |