--- np2/common.h 2005/02/04 05:32:22 1.12 +++ np2/common.h 2005/02/11 21:17:21 1.14 @@ -90,6 +90,7 @@ enum { #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 +