dnsapi: Fix conflicts nameser.h with winerror.h.

This commit is contained in:
Vitaly Lipatov 2006-06-19 19:33:40 +04:00 committed by Alexandre Julliard
parent a8a7976bc0
commit fa823d2fb8

View file

@ -31,6 +31,7 @@
#endif
#ifdef HAVE_ARPA_NAMESER_H
# include <arpa/nameser.h>
# undef NOERROR
#endif
#ifdef HAVE_RESOLV_H
# include <resolv.h>