mirror of
https://github.com/curl/curl.git
synced 2026-06-10 08:54:15 +03:00
prevent a compiler warning about a macro definition
This commit is contained in:
parent
82b27d1b97
commit
1fa163fdf7
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue