mirror of
https://github.com/curl/curl.git
synced 2026-04-15 03:41:41 +03:00
strerror: drop workaround for SalfordC win32 header bug
Follow-up to ccf43ce91d #15957
Closes #18857
This commit is contained in:
parent
0833121305
commit
1ae5e44eff
1 changed files with 0 additions and 2 deletions
|
|
@ -698,11 +698,9 @@ get_winsock_error(int err, char *buf, size_t len)
|
|||
case WSAEREMOTE:
|
||||
p = "Remote error";
|
||||
break;
|
||||
#ifdef WSAEDISCON /* missing in SalfordC! */
|
||||
case WSAEDISCON:
|
||||
p = "Disconnected";
|
||||
break;
|
||||
#endif
|
||||
/* Extended Winsock errors */
|
||||
case WSASYSNOTREADY:
|
||||
p = "Winsock library is not ready";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue