summaryrefslogtreecommitdiff
path: root/win32/inet.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-01-19 19:48:28 +0000
committerPierre Joye <pajoye@php.net>2011-01-19 19:48:28 +0000
commit0297128acecf71fbaaee1fd12a9902e2b9281574 (patch)
tree8f72c39cfcd2ba175df8d206ecbac960f3785d40 /win32/inet.h
parent87a2104c1a4be4aaacbafe2eab28e9d0296eda5b (diff)
downloadphp-git-0297128acecf71fbaaee1fd12a9902e2b9281574.tar.gz
- xp sp3 does not have them
Diffstat (limited to 'win32/inet.h')
-rw-r--r--win32/inet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/inet.h b/win32/inet.h
index 7b3821c71b..e96d76b24a 100644
--- a/win32/inet.h
+++ b/win32/inet.h
@@ -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);