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

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jun 19 14:28:47 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: fa823d2fb881a979efa65e09ae59a7b3a88ef87f
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=fa823d2fb881a979efa65e09ae59a7b3a88ef87f

Author: Vitaly Lipatov <lav at etersoft.ru>
Date:   Mon Jun 19 19:33:40 2006 +0400

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

---

 dlls/dnsapi/name.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/dnsapi/name.c b/dlls/dnsapi/name.c
index 28a5f79..4b9f8e1 100644
--- a/dlls/dnsapi/name.c
+++ b/dlls/dnsapi/name.c
@@ -31,6 +31,7 @@ # include <netinet/in.h>
 #endif
 #ifdef HAVE_ARPA_NAMESER_H
 # include <arpa/nameser.h>
+# undef NOERROR
 #endif
 #ifdef HAVE_RESOLV_H
 # include <resolv.h>




More information about the wine-cvs mailing list