mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
[PSDK]
* Make WS2TCPIP_INLINE and MSTCPIP_INLINE static inline instead of extern inline. This way we don't run into any warnings. svn path=/trunk/; revision=59596
This commit is contained in:
@@ -12,7 +12,7 @@ extern "C" {
|
||||
#ifdef _MSC_VER
|
||||
#define MSTCPIP_INLINE __inline
|
||||
#else
|
||||
#define MSTCPIP_INLINE extern inline
|
||||
#define MSTCPIP_INLINE static inline
|
||||
#endif
|
||||
|
||||
#include <nldef.h>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user