|
|
| version 1.38, 2008/04/03 13:51:20 | 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 |