dnsapi: Fix conflicts nameser.h with winerror.h.
This commit is contained in:
parent
a8a7976bc0
commit
fa823d2fb8
|
@ -31,6 +31,7 @@
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_ARPA_NAMESER_H
|
#ifdef HAVE_ARPA_NAMESER_H
|
||||||
# include <arpa/nameser.h>
|
# include <arpa/nameser.h>
|
||||||
|
# undef NOERROR
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_RESOLV_H
|
#ifdef HAVE_RESOLV_H
|
||||||
# include <resolv.h>
|
# include <resolv.h>
|
||||||
|
|
Loading…
Reference in New Issue