diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-04 08:04:28 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-04 08:04:28 +0000 |
commit | 1fa163fdf7ac851d9d7ad38020de2dd64391c2c7 (patch) | |
tree | dfd17ee1d3c854c58cb9e34f10f8f953ec5b9449 /ares | |
parent | 82b27d1b97b3b8bcc05f6cf54f5480bb4bdcd545 (diff) |
prevent a compiler warning about a macro definition
Diffstat (limited to 'ares')
-rw-r--r-- | ares/nameser.h | 1 |
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 |