We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05a3a0 commit 2c43149Copy full SHA for 2c43149
win32/inet.h
@@ -3,7 +3,7 @@
3
#endif
4
#include <Ws2tcpip.h>
5
6
-#if (_WIN32_WINNT <= 0x500)
+#if (_WIN32_WINNT < 0x0600)
7
PHPAPI int inet_pton(int af, const char* src, void* dst);
8
PHPAPI const char* inet_ntop(int af, const void* src, char* dst, size_t size);
9
PHPAPI int inet_aton(const char *cp, struct in_addr *inp);
0 commit comments