bump base requirement to Windows Vista, use builtin inet_ntop/pton
This commit is contained in:
@@ -13,11 +13,3 @@
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_INET_NTOP
|
||||
const char * inet_ntop(int af, const void *src, char *dst, socklen_t size);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_INET_PTON
|
||||
int inet_pton(int af, const char * src, void * dst);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user