diff options
Diffstat (limited to 'os/windows/posix.c')
-rwxr-xr-x | os/windows/posix.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/windows/posix.c b/os/windows/posix.c index ecc8c408..d33250de 100755 --- a/os/windows/posix.c +++ b/os/windows/posix.c @@ -959,6 +959,7 @@ in_addr_t inet_network(const char *cp) return hbo; } +#ifdef CONFIG_WINDOWS_XP const char* inet_ntop(int af, const void *restrict src, char *restrict dst, socklen_t size) { @@ -1039,3 +1040,4 @@ int inet_pton(int af, const char *restrict src, void *restrict dst) return ret; } +#endif /* CONFIG_WINDOWS_XP */ |