--- embedaddon/php/win32/inet.h 2012/02/21 23:48:06 1.1.1.1 +++ embedaddon/php/win32/inet.h 2012/05/29 12:34:34 1.1.1.2 @@ -3,7 +3,7 @@ #endif #include -#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);