From: Yang Tse Date: Wed, 11 Oct 2006 16:01:16 +0000 (+0000) Subject: Remove redundant __CYGWIN__ symbol check X-Git-Tag: upstream/1.10.0~1129 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=298541c56c352fedc14ba2dcf71549adfcc70b7d;p=platform%2Fupstream%2Fc-ares.git Remove redundant __CYGWIN__ symbol check --- diff --git a/ares.h b/ares.h index f4d98c8..9414f9b 100644 --- a/ares.h +++ b/ares.h @@ -31,7 +31,7 @@ #include #include #include -#elif defined(WIN32) && !defined(__CYGWIN__) +#elif defined(WIN32) #include #include #else