|
|
@ -1,7 +1,9 @@ |
|
|
|
|
|
#include "config.w32.h" |
|
|
#if _MSC_VER >= 1500 |
|
|
#if _MSC_VER >= 1500 |
|
|
# include <In6addr.h> |
|
|
# include <In6addr.h> |
|
|
#endif |
|
|
#endif |
|
|
#include <Ws2tcpip.h> |
|
|
#include <Ws2tcpip.h> |
|
|
|
|
|
|
|
|
#if (_WIN32_WINNT < 0x0600) /* Vita/2k8 have these functions */ |
|
|
#if (_WIN32_WINNT < 0x0600) /* Vita/2k8 have these functions */ |
|
|
PHPAPI int inet_pton(int af, const char* src, void* dst); |
|
|
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 const char* inet_ntop(int af, const void* src, char* dst, size_t size); |
|
|
|