only needed if _MSC_VER < 1900

This commit is contained in:
Dale Stammen 2015-04-15 09:18:48 -07:00
parent 68430ce4fa
commit 7d22e49642
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@
***************************************************************************/
#if _MSC_VER < 1900
char *inet_ntop(int af, const void *addr, char *buf, size_t size);
#endif
#endif /* HEADER_CURL_INET_NTOP_H */