|
|
| version 1.37, 2008/03/18 15:45:05 | version 1.39, 2011/01/15 14:25:22 |
|---|---|
| Line 89 typedef gboolean BOOL; | Line 89 typedef gboolean BOOL; |
| #define PTR_TO_UINT32(p) ((UINT32)GPOINTER_TO_UINT(p)) | #define PTR_TO_UINT32(p) ((UINT32)GPOINTER_TO_UINT(p)) |
| #define UINT32_TO_PTR(v) GUINT_TO_POINTER((UINT32)(v)) | #define UINT32_TO_PTR(v) GUINT_TO_POINTER((UINT32)(v)) |
| #ifndef TRUE | |
| #define TRUE 1 | |
| #endif | |
| #ifndef FALSE | #ifndef FALSE |
| #define FALSE 0 | #define FALSE 0 |
| #endif | #endif |
| #ifndef TRUE | |
| #define TRUE (!FALSE) | |
| #endif | |
| #ifndef MAX_PATH | #ifndef MAX_PATH |
| #define MAX_PATH MAXPATHLEN | #define MAX_PATH MAXPATHLEN |
| #endif | #endif |
| Line 173 UINT32 gettick(void); | Line 173 UINT32 gettick(void); |
| #define SPRINTF sprintf | #define SPRINTF sprintf |
| #define STRLEN strlen | #define STRLEN strlen |
| #define OEMCHAR char | #define OEMCHAR gchar |
| #define OEMTEXT(s) s | #define OEMTEXT(s) s |
| #define OEMNULLSTR OEMTEXT("") | #define OEMNULLSTR OEMTEXT("") |
| #define OEMSPRINTF sprintf | #define OEMSPRINTF sprintf |
| Line 228 UINT32 gettick(void); | Line 228 UINT32 gettick(void); |
| #define SUPPORT_KEYDISP | #define SUPPORT_KEYDISP |
| #define SUPPORT_SOFTKBD 0 | #define SUPPORT_SOFTKBD 0 |
| #define SUPPORT_SCREENSIZE | |
| #if defined(USE_SDLAUDIO) || defined(USE_SDLMIXER) | #if defined(USE_SDLAUDIO) || defined(USE_SDLMIXER) |
| #define SUPPORT_JOYSTICK | #define SUPPORT_JOYSTICK |
| #define USE_SDL_JOYSTICK | #define USE_SDL_JOYSTICK |