mirror of
https://github.com/curl/curl.git
synced 2026-06-17 08:05:37 +03:00
better errno constant replacements, as mentioned by Gisle Vanem
This commit is contained in:
parent
c712b84dd5
commit
1d9fff80b7
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@
|
|||
|
||||
#define EINPROGRESS WSAEINPROGRESS
|
||||
#define EWOULDBLOCK WSAEWOULDBLOCK
|
||||
#define EMSGSIZE ERANGE /* FIX: is there a better replacement? */
|
||||
#define EAFNOSUPPORT ERANGE /* FIX: is there a better replacement? */
|
||||
#define EMSGSIZE WSAEMSGSIZE
|
||||
#define EAFNOSUPPORT WSAEAFNOSUPPORT
|
||||
|
||||
/* Structure for scatter/gather I/O. */
|
||||
struct iovec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue