mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-10122 fix test for U_TIMEZONE
X-SVN-Rev: 34183
This commit is contained in:
parent
ced24eea2b
commit
e001989611
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ typedef size_t uintptr_t;
|
|||
# define U_TZSET tzset
|
||||
#endif
|
||||
|
||||
#ifdef U_TIMEZONE
|
||||
#if defined(U_TIMEZONE) || defined(U_HAVE_TIMEZONE)
|
||||
/* Use the predefined value. */
|
||||
#elif U_PLATFORM == U_PF_ANDROID
|
||||
# define U_TIMEZONE timezone
|
||||
|
|
Loading…
Add table
Reference in a new issue