diff options
Diffstat (limited to 'win32/inet.h')
-rw-r--r-- | win32/inet.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/win32/inet.h b/win32/inet.h index e58083828f..d71723759f 100644 --- a/win32/inet.h +++ b/win32/inet.h @@ -1,10 +1,4 @@ -#if _MSC_VER >= 1500 -# include <In6addr.h> -#endif -#include <Ws2tcpip.h> +#include <php.h> +#include <Winsock2.h> -#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); -#endif |