Skip to content
Snippets Groups Projects
Commit 3ecf63fa authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

win32 doesn't need and even doesn't build if we extern declare sys_nerr

parent 762dcf07
No related branches found
No related tags found
No related merge requests found
......@@ -488,7 +488,9 @@ get_winsock_error (int err, char *buf, size_t len)
}
#endif /* WIN32 && !__CYGWIN__ */
#ifndef WIN32
extern int sys_nerr;
#endif
/*
* Our thread-safe and smart strerror() replacement.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment