Diff for /np2/x11/compiler.h between versions 1.18 and 1.20

version 1.18, 2004/05/22 16:35:07 version 1.20, 2004/06/16 12:50:49
Line 136  typedef int   BOOL; Line 136  typedef int   BOOL;
   
 /* archtecture */  /* archtecture */
 /* amd64 */  /* amd64 */
 #if defined(amd64) || defined(__AMD64__) || defined(__amd64__)) ||  #if defined(amd64) || defined(__AMD64__) || defined(__amd64__) || \
     defined(x86_64) || defined(__x86_64__) || defined(__X86_64__)      defined(x86_64) || defined(__x86_64__) || defined(__X86_64__)
 #define NP2_CPU_ARCH_AMD64  #define NP2_CPU_ARCH_AMD64
 #endif /* amd64 */  #endif /* amd64 */
Line 211  void toolkit_msgbox(const char *title, c Line 211  void toolkit_msgbox(const char *title, c
 #if USE_GTK > 0  #if USE_GTK > 0
 #define SUPPORT_S98  #define SUPPORT_S98
 #define SUPPORT_KEYDISP  #define SUPPORT_KEYDISP
   #define SUPPORT_SOFTKBD 0
 #endif  #endif
   
 #if USE_SDL > 0  #if USE_SDL > 0

Removed from v.1.18  
changed lines
  Added in v.1.20


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