mirror of
https://github.com/php/php-src.git
synced 2025-01-20 10:43:40 +08:00
- fix bug #61290, fix build
This commit is contained in:
parent
39d2996c57
commit
d1f7d3c8a9
@ -3,7 +3,7 @@
|
||||
#endif
|
||||
#include <Ws2tcpip.h>
|
||||
|
||||
#if (_WIN32_WINNT <= 0x502)
|
||||
#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);
|
||||
|
Loading…
Reference in New Issue
Block a user