curl_setup: drop ERANGE (for WinCE), no longer used

Follow-up to 29ed1f9834 #16671

Closes #16673
This commit is contained in:
Viktor Szakats 2025-03-11 16:10:18 +01:00
parent 29ed1f9834
commit 41a15c8e74
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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))