summaryrefslogtreecommitdiff
path: root/win32/inet.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/inet.h')
-rw-r--r--win32/inet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/inet.h b/win32/inet.h
index e96d76b24a..623d114dfd 100644
--- a/win32/inet.h
+++ b/win32/inet.h
@@ -6,5 +6,6 @@
#if (_WIN32_WINNT <= 0x502)
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);
#endif
+
+PHPAPI int inet_aton(const char *cp, struct in_addr *inp);