--- np2/common.h 2005/02/04 05:32:22 1.12 +++ np2/common.h 2005/03/19 21:02:05 1.15 @@ -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,3 +161,7 @@ enum { #define FASTCALL #endif +#if !defined(GCC_ATTR_REGPARM) +#define GCC_ATTR_REGPARM +#endif +