Diff for /np2/common.h between versions 1.13 and 1.16

version 1.13, 2005/02/08 09:18:59 version 1.16, 2008/02/07 14:37:30
Line 83  enum { Line 83  enum {
 #define OEMCHAR                                 char  #define OEMCHAR                                 char
 #endif  #endif
 #ifndef OEMTEXT  #ifndef OEMTEXT
 #define OEMTEXT(string)                 (string)  #define OEMTEXT(string)                 string
 #endif  #endif
 #ifndef OEMNULLSTR  #ifndef OEMNULLSTR
 #define OEMNULLSTR                              OEMTEXT("")  #define OEMNULLSTR                              OEMTEXT("")
 #endif  #endif
   
   
   #if 0
 #ifndef STRLITERAL  #ifndef STRLITERAL
 #ifdef UNICODE  #ifdef UNICODE
 #define STRLITERAL(string)              _T(string)  #define STRLITERAL(string)              _T(string)
Line 97  enum { Line 98  enum {
 #define STRLITERAL(string)              (string)  #define STRLITERAL(string)              (string)
 #endif  #endif
 #endif  #endif
   #endif
   
 #if !defined(RGB16)  #if !defined(RGB16)
 #define RGB16           UINT16  #define RGB16           UINT16
Line 159  enum { Line 161  enum {
 #define FASTCALL  #define FASTCALL
 #endif  #endif
   
 #if !defined(GCC_ATTR_REGPARM)  
 #define GCC_ATTR_REGPARM  
 #endif  
   

Removed from v.1.13  
changed lines
  Added in v.1.16


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