Browse Source

- MFH, has this feature before Vista/2k8 (use the same test in 5.3)

experimental/first_unicode_implementation
Pierre Joye 18 years ago
parent
commit
41e3343a26
  1. 2
      win32/inet.h

2
win32/inet.h

@ -4,7 +4,7 @@
#endif
#include <Ws2tcpip.h>
#if (_WIN32_WINNT < 0x0600) /* Vita/2k8 have these functions */
#if (_WIN32_WINNT <= 0x500)
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);

Loading…
Cancel
Save