]> granicus.if.org Git - php/commitdiff
- xp sp3 does not have them
authorPierre Joye <pajoye@php.net>
Wed, 19 Jan 2011 19:48:28 +0000 (19:48 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 19 Jan 2011 19:48:28 +0000 (19:48 +0000)
win32/inet.h

index 7b3821c71bc23780813a6b95b471139382b5fdb7..e96d76b24a888a693150cf5121b5e021a6930f1a 100644 (file)
@@ -3,7 +3,7 @@
 #endif
 #include <Ws2tcpip.h>
 
-#if (_WIN32_WINNT <= 0x500)
+#if (_WIN32_WINNT <= 0x502)
 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);