better errno constant replacements, as mentioned by Gisle Vanem

This commit is contained in:
Daniel Stenberg 2005-04-06 21:14:58 +00:00
parent c712b84dd5
commit 1d9fff80b7

View File

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