windows: target Windows 7 and add support for more than 64 CPUs
[fio.git] / os / windows / posix / include / arpa / inet.h
index 30498c673a2b1f0f5ce1f666996d291b33371a03..056f1dd5822a91574dde256a6823accd5d28fc03 100644 (file)
@@ -12,8 +12,10 @@ typedef int in_addr_t;
 
 in_addr_t inet_network(const char *cp);
 
+#ifdef CONFIG_WINDOWS_XP
 const char *inet_ntop(int af, const void *restrict src,
         char *restrict dst, socklen_t size);
 int inet_pton(int af, const char *restrict src, void *restrict dst);
+#endif
 
 #endif /* ARPA_INET_H */