From 48ee0ef324e486c57f1e00a22232e0517990f001 Mon Sep 17 00:00:00 2001 From: Eric Mader Date: Fri, 13 Jan 2006 17:41:59 +0000 Subject: [PATCH] ICU-4152 u_detectWindowsTimeZone => uprv_detectWindowsTimeZone X-SVN-Rev: 18972 --- icu4c/source/common/putil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/common/putil.c b/icu4c/source/common/putil.c index 96432839b9..4df909018f 100644 --- a/icu4c/source/common/putil.c +++ b/icu4c/source/common/putil.c @@ -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;