From b17e32baa750d9ce9459e06b144e4ed376dbaa32 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Fri, 20 Aug 2004 13:45:26 +0000 Subject: Changes for Watt-32 on Windows. I've assumed Configure sets the required HAVE_xx defines for non-DOS/Win targets. --- ares/ares_expand_name.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ares/ares_expand_name.c') diff --git a/ares/ares_expand_name.c b/ares/ares_expand_name.c index 40b9f2e5e..0f95c07e3 100644 --- a/ares/ares_expand_name.c +++ b/ares/ares_expand_name.c @@ -16,7 +16,7 @@ #include "setup.h" #include -#ifdef WIN32 +#if defined(WIN32) && !defined(WATT32) #include "nameser.h" #else #include -- cgit v1.2.3