From 1fa163fdf7ac851d9d7ad38020de2dd64391c2c7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 4 Feb 2004 08:04:28 +0000 Subject: prevent a compiler warning about a macro definition --- ares/nameser.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ares/nameser.h b/ares/nameser.h index 95a547976..6f68f41d0 100644 --- a/ares/nameser.h +++ b/ares/nameser.h @@ -157,6 +157,7 @@ typedef enum __ns_rcode { #define SERVFAIL ns_r_servfail #define NOTIMP ns_r_notimpl #define REFUSED ns_r_refused +#undef NOERROR /* it seems this is already defined in winerror.h */ #define NOERROR ns_r_noerror #define FORMERR ns_r_formerr #define NXDOMAIN ns_r_nxdomain -- cgit v1.2.3