mirror of
https://github.com/curl/curl.git
synced 2026-07-25 02:37:18 +03:00
curl_setup: drop ERANGE (for WinCE), no longer used
Follow-up to 29ed1f9834 #16671
Closes #16673
This commit is contained in:
parent
29ed1f9834
commit
41a15c8e74
1 changed files with 0 additions and 1 deletions
|
|
@ -859,7 +859,6 @@
|
|||
#define EEXIST 17
|
||||
#define EISDIR 21
|
||||
#define ENOSPC 28
|
||||
#define ERANGE 34
|
||||
#define strerror(x) "?"
|
||||
#else
|
||||
#define CURL_SETERRNO(x) (errno = (x))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue