ICU-4152 u_detectWindowsTimeZone => uprv_detectWindowsTimeZone
X-SVN-Rev: 18972
This commit is contained in:
parent
01d8b5a202
commit
48ee0ef324
@ -741,7 +741,7 @@ U_CAPI const char* U_EXPORT2
|
||||
uprv_tzname(int n)
|
||||
{
|
||||
#ifdef U_WINDOWS
|
||||
const char *id = u_detectWindowsTimeZone();
|
||||
const char *id = uprv_detectWindowsTimeZone();
|
||||
|
||||
if (id != NULL) {
|
||||
return id;
|
||||
|
Loading…
Reference in New Issue
Block a user