From: Michael Ow Date: Tue, 28 Jun 2011 23:36:17 +0000 (+0000) Subject: ICU-8535 Fix comments and preproccessor check for tzset X-Git-Tag: milestone-59-0-1~4706 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=737a9556de5b9835b2646ef854cc9b566314df21;p=icu ICU-8535 Fix comments and preproccessor check for tzset X-SVN-Rev: 30250 --- diff --git a/icu4c/source/common/putil.cpp b/icu4c/source/common/putil.cpp index fbc863fbce9..c9e79cd2659 100644 --- a/icu4c/source/common/putil.cpp +++ b/icu4c/source/common/putil.cpp @@ -113,13 +113,13 @@ Cleanly installed Solaris can use this #define. # endif #endif -#if (defined(U_CYGWIN) || defined(__MINGW32__)) && defined(__STRICT_ANSI__) +#if defined(U_CYGWIN) && defined(__STRICT_ANSI__) /* tzset isn't defined in strict ANSI on Cygwin. */ #undef __STRICT_ANSI__ #endif /* - * Cygwin and MinGW with GCC requires inclusion of time.h after the above disabling strict asci mode statement. + * Cygwin with GCC requires inclusion of time.h after the above disabling strict asci mode statement. */ #include