--- np2/common.h 2005/02/08 09:18:59 1.13 +++ np2/common.h 2008/02/07 14:37:30 1.16 @@ -83,13 +83,14 @@ enum { #define OEMCHAR char #endif #ifndef OEMTEXT -#define OEMTEXT(string) (string) +#define OEMTEXT(string) string #endif #ifndef OEMNULLSTR #define OEMNULLSTR OEMTEXT("") #endif +#if 0 #ifndef STRLITERAL #ifdef UNICODE #define STRLITERAL(string) _T(string) @@ -97,6 +98,7 @@ enum { #define STRLITERAL(string) (string) #endif #endif +#endif #if !defined(RGB16) #define RGB16 UINT16 @@ -159,7 +161,3 @@ enum { #define FASTCALL #endif -#if !defined(GCC_ATTR_REGPARM) -#define GCC_ATTR_REGPARM -#endif -