aboutsummaryrefslogtreecommitdiff
path: root/ares/nameser.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-04 08:04:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-04 08:04:28 +0000
commit1fa163fdf7ac851d9d7ad38020de2dd64391c2c7 (patch)
treedfd17ee1d3c854c58cb9e34f10f8f953ec5b9449 /ares/nameser.h
parent82b27d1b97b3b8bcc05f6cf54f5480bb4bdcd545 (diff)
prevent a compiler warning about a macro definition
Diffstat (limited to 'ares/nameser.h')
-rw-r--r--ares/nameser.h1
1 files changed, 1 insertions, 0 deletions
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