From 6deb40acac246489db7c6021f7432d83a867670d 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_expand_name.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ares_expand_name.c') diff --git a/ares_expand_name.c b/ares_expand_name.c index 40b9f2e..0f95c07 100644 --- a/ares_expand_name.c +++ b/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