]> granicus.if.org Git - icu/commitdiff
ICU-8535 Fix comments and preproccessor check for tzset
authorMichael Ow <mow@svn.icu-project.org>
Tue, 28 Jun 2011 23:36:17 +0000 (23:36 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Tue, 28 Jun 2011 23:36:17 +0000 (23:36 +0000)
X-SVN-Rev: 30250

icu4c/source/common/putil.cpp

index fbc863fbce99defa8b78fa656b63f36588f04fd1..c9e79cd2659f7d90fd0ffad8a9e94a29cb783a3e 100644 (file)
@@ -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 <time.h>