Skip to content
Snippets Groups Projects
Commit 1fa163fd authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

prevent a compiler warning about a macro definition

parent 82b27d1b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment