[PSDK]
authorAmine Khaldi <amine.khaldi@reactos.org>
Thu, 15 Jul 2010 19:34:21 +0000 (19:34 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Thu, 15 Jul 2010 19:34:21 +0000 (19:34 +0000)
- Fix WS2TCPIP_INLINE : extern inline -> static inline

svn path=/trunk/; revision=48067

reactos/include/psdk/ws2ipdef.h
reactos/include/psdk/ws2tcpip.h

index f7b6c4d..5daa166 100644 (file)
@@ -13,7 +13,7 @@ extern "C" {
 #ifdef _MSC_VER
 #define WS2TCPIP_INLINE __inline
 #else
-#define WS2TCPIP_INLINE extern inline
+#define WS2TCPIP_INLINE static inline
 #endif
 
 #include <in6addr.h>
index 21a43d4..fe955fa 100644 (file)
@@ -24,7 +24,7 @@ extern "C" {
 #ifdef _MSC_VER
 #define WS2TCPIP_INLINE __inline
 #else
-#define WS2TCPIP_INLINE extern inline
+#define WS2TCPIP_INLINE static inline
 #endif
 
 /* getaddrinfo error codes */