From e150150d9f1e0578c85af05de15ab6336066cec1 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 11 Oct 2006 16:01:16 +0000 Subject: Remove redundant __CYGWIN__ symbol check --- lib/dict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dict.c') diff --git a/lib/dict.c b/lib/dict.c index b14426a28..d6443f4b9 100644 --- a/lib/dict.c +++ b/lib/dict.c @@ -38,7 +38,7 @@ #include #endif -#if defined(WIN32) && !defined(__CYGWIN__) +#ifdef WIN32 #include #include #else -- cgit v1.2.3