1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2026-03-20 21:39:59 +00:00

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 1a98970668
commit 3a80a3eb01

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