- fix bug #61290, fix build

This commit is contained in:
Pierre Joye 2012-03-05 20:53:40 +00:00
parent a05a3a0a4a
commit 2c43149f21

View File

@ -3,7 +3,7 @@
#endif
#include <Ws2tcpip.h>
#if (_WIN32_WINNT <= 0x500)
#if (_WIN32_WINNT < 0x0600)
PHPAPI int inet_pton(int af, const char* src, void* dst);
PHPAPI const char* inet_ntop(int af, const void* src, char* dst, size_t size);
PHPAPI int inet_aton(const char *cp, struct in_addr *inp);