ICU-4152 u_detectWindowsTimeZone => uprv_detectWindowsTimeZone

X-SVN-Rev: 18972
This commit is contained in:
Eric Mader 2006-01-13 17:41:59 +00:00
parent 01d8b5a202
commit 48ee0ef324

View File

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