mirror of https://github.com/axmolengine/axmol.git
only needed if _MSC_VER < 1900
This commit is contained in:
parent
68430ce4fa
commit
7d22e49642
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue