diff --git a/upnp/inc/UpnpGlobal.h b/upnp/inc/UpnpGlobal.h index 0f1ab28..dc9fd5b 100644 --- a/upnp/inc/UpnpGlobal.h +++ b/upnp/inc/UpnpGlobal.h @@ -88,7 +88,11 @@ * inline keyword. This definition makes the use of this keyword * portable to these systems. */ - #define UPNP_INLINE inline + #ifdef __STRICT_ANSI__ + #define UPNP_INLINE __inline__ + #else + #define UPNP_INLINE inline + #endif /*! * \brief Supply the PRId64 printf() macro.