]> granicus.if.org Git - php/commitdiff
- fix bug #61290, fix build
authorPierre Joye <pajoye@php.net>
Mon, 5 Mar 2012 20:53:40 +0000 (20:53 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 5 Mar 2012 20:53:40 +0000 (20:53 +0000)
win32/inet.h

index 7b3821c71bc23780813a6b95b471139382b5fdb7..e58083828f4fa14c887df6fe7550c9baf6059580 100644 (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);