Diff for /np2/x11/compiler.h between versions 1.25 and 1.26

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;

Removed from v.1.25  
changed lines
  Added in v.1.26


RetroPC.NET-CVS <cvs@retropc.net>