From: Ivan Maidanski Date: Tue, 13 Sep 2011 08:12:53 +0000 (+0400) Subject: Fix cord/de.c for Cygwin. X-Git-Tag: gc7_3alpha2~364 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5011d922e90160d239eead19c1ca61b387a8fa5;p=gc Fix cord/de.c for Cygwin. (Apply commit 57930e5) * cord/de.c (WIN32): Define also for Cygwin. --- diff --git a/cord/de.c b/cord/de.c index fd344889..f08167bc 100644 --- a/cord/de.c +++ b/cord/de.c @@ -35,7 +35,7 @@ #include #endif -#if defined(__BORLANDC__) && !defined(WIN32) +#if (defined(__BORLANDC__) || defined(__CYGWIN__)) && !defined(WIN32) /* If this is DOS or win16, we'll fail anyway. */ /* Might as well assume win32. */ # define WIN32