Diff for /np2/macosx/compiler.h between versions 1.14 and 1.17

version 1.14, 2004/02/25 19:30:40 version 1.17, 2004/03/15 11:06:23
Line 72  typedef unsigned char BYTE; Line 72  typedef unsigned char BYTE;
 #define SUPPORT_HOSTDRV  #define SUPPORT_HOSTDRV
 #define SUPPORT_SASI  #define SUPPORT_SASI
 #define SUPPORT_SCSI  #define SUPPORT_SCSI
   #define SUPPORT_KEYDISP
   
   #define USE_RESUME
 #define SOUNDRESERVE    80  #define SOUNDRESERVE    80
   
 #if defined(CPUCORE_IA32)  #if defined(CPUCORE_IA32)
 typedef signed long long        SINT64;  typedef SInt64                  SINT64;
 typedef unsigned long long  UINT64;  typedef UInt64                  UINT64;
 #define INLINE                          inline  #define INLINE                  inline
 #define FASTCALL  #define FASTCALL
 #define CPUCALL  #define CPUCALL
 #define MEMCALL  #define MEMCALL
 typedef UINT64  DWORD;  #define SUPPORT_PC9821
 typedef UINT32  WORD;  static inline void msgbox(char* title, char* msg) { }
 void msgbox (char* text, char* buf);  
 #endif  #endif

Removed from v.1.14  
changed lines
  Added in v.1.17


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