mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
- fix bug #61290, fix build
This commit is contained in:
parent
a05a3a0a4a
commit
2c43149f21
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user