pajoye Wed, 19 Jan 2011 19:48:28 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=307596
Log:
- xp sp3 does not have them
Changed paths:
U php/php-src/trunk/win32/inet.h
Modified: php/php-src/trunk/win32/inet.h
===================================================================
--- php/php-src/trunk/win32/inet.h 2011-01-19 19:45:26 UTC (rev 307595)
+++ php/php-src/trunk/win32/inet.h 2011-01-19 19:48:28 UTC (rev 307596)
@@ -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);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php