diff --git a/cocos/platform/winrt/inet_ntop_winrt.h b/cocos/platform/winrt/inet_ntop_winrt.h index 9b3d42c938..12954aa5c0 100644 --- a/cocos/platform/winrt/inet_ntop_winrt.h +++ b/cocos/platform/winrt/inet_ntop_winrt.h @@ -26,9 +26,9 @@ ***************************************************************************/ - +#if _MSC_VER < 1900 char *inet_ntop(int af, const void *addr, char *buf, size_t size); - +#endif #endif /* HEADER_CURL_INET_NTOP_H */