From 60af1cbcc2a8c8782e8ec7c73995d009effea742 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 1 Jul 2004 13:55:13 +0000 Subject: djgpp fixes by Gisle --- ares/nameser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ares/nameser.h') diff --git a/ares/nameser.h b/ares/nameser.h index b6c78aa6d..0311c7e6e 100644 --- a/ares/nameser.h +++ b/ares/nameser.h @@ -11,6 +11,7 @@ #define MAXHOSTNAMELEN 256 #define EINPROGRESS WSAEINPROGRESS +#define EWOULDBLOCK WSAEWOULDBLOCK /* Structure for scatter/gather I/O. */ struct iovec -- cgit v1.2.3