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 |
*/ |