Skip to content

Commit 2c43149

Browse files
committed
- fix bug #61290, fix build
1 parent a05a3a0 commit 2c43149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/inet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#endif
44
#include <Ws2tcpip.h>
55

6-
#if (_WIN32_WINNT <= 0x500)
6+
#if (_WIN32_WINNT < 0x0600)
77
PHPAPI int inet_pton(int af, const char* src, void* dst);
88
PHPAPI const char* inet_ntop(int af, const void* src, char* dst, size_t size);
99
PHPAPI int inet_aton(const char *cp, struct in_addr *inp);

0 commit comments

Comments
 (0)