Diff for /np2/x11/compiler.h between versions 1.36 and 1.39

version 1.36, 2008/03/13 16:27:39 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
Line 246  extern char timidity_cfgfile_path[MAX_PA Line 248  extern char timidity_cfgfile_path[MAX_PA
 #include "rect.h"  #include "rect.h"
 #include "lstarray.h"  #include "lstarray.h"
 #include "trace.h"  #include "trace.h"
   #include "toolkit.h"
   
 #endif  /* NP2_X11_COMPILER_H__ */  #endif  /* NP2_X11_COMPILER_H__ */

Removed from v.1.36  
changed lines
  Added in v.1.39


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