From: Pierre Joye Date: Wed, 19 Jan 2011 19:48:28 +0000 (+0000) Subject: - xp sp3 does not have them X-Git-Tag: php-5.4.0alpha1~191^2~346 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0297128acecf71fbaaee1fd12a9902e2b9281574;p=php - xp sp3 does not have them --- 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 -#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);