| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to compiler.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / x11 | 
| version 1.25, 2004/07/28 13:52:27 | version 1.26, 2004/07/29 13:06:09 | 
|---|---|
| Line 90 typedef gchar TCHAR; | Line 90 typedef gchar TCHAR; | 
| typedef gboolean BOOL; | typedef gboolean BOOL; | 
| #define PTR_TO_UINT32(p) ((UINT32)GPOINTER_TO_UINT(p)) | |
| #define UINT32_TO_PTR(v) GUINT_TO_POINTER((UINT32)(v)) | |
| #else /* USE_GTK == 0 && USE_GTK2 == 0 */ | #else /* USE_GTK == 0 && USE_GTK2 == 0 */ | 
| typedef unsigned int UINT; | typedef unsigned int UINT; |