Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 932156
Collapse All | Expand All

(-)a/icu4c/source/common/putil.cpp (-5 lines)
Lines 46-56 Link Here
46
// First, the platform type. Need this for U_PLATFORM.
46
// First, the platform type. Need this for U_PLATFORM.
47
#include "unicode/platform.h"
47
#include "unicode/platform.h"
48
48
49
#if U_PLATFORM == U_PF_MINGW && defined __STRICT_ANSI__
50
/* tzset isn't defined in strict ANSI on MinGW. */
51
#undef __STRICT_ANSI__
52
#endif
53
54
/*
49
/*
55
 * Cygwin with GCC requires inclusion of time.h after the above disabling strict asci mode statement.
50
 * Cygwin with GCC requires inclusion of time.h after the above disabling strict asci mode statement.
56
 */
51
 */

Return to bug 932156