ICU-1632 Better fix for tzname. Windows complains about the original declaration.

X-SVN-Rev: 7560
This commit is contained in:
George Rhoten 2002-02-05 02:52:42 +00:00
parent 5922bf6c87
commit 2fcb772016

View file

@ -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