mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1632 Better fix for tzname. Windows complains about the original declaration.
X-SVN-Rev: 7560
This commit is contained in:
parent
5922bf6c87
commit
2fcb772016
1 changed files with 1 additions and 1 deletions
|
@ -774,7 +774,7 @@ uprv_timezone()
|
|||
/* Note that U_TZNAME does *not* have to be tzname, but if it does,
|
||||
some platforms need to have it declared here. */
|
||||
|
||||
#ifndef tzname /* For SGI. */
|
||||
#ifdef IRIX /* For SGI. */
|
||||
extern char *tzname[]; /* RS6000 and others reject char **tzname. */
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue