diff options
Diffstat (limited to 'ares')
-rw-r--r-- | ares/nameser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ares/nameser.h b/ares/nameser.h index fd496c57a..9a2a6693c 100644 --- a/ares/nameser.h +++ b/ares/nameser.h @@ -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 |