From 2fcbf4c898747e3f9aa84eccf5eb53ee3a8fee3a Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Fri, 18 Oct 2013 20:05:25 +0000 Subject: [PATCH] ICU-10486 Windows build problem with U_USING_ICU_NAMESPACE=0 X-SVN-Rev: 34586 --- icu4c/source/common/umutex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/common/umutex.h b/icu4c/source/common/umutex.h index 8d280bb5dba..fe44cc0aeb3 100644 --- a/icu4c/source/common/umutex.h +++ b/icu4c/source/common/umutex.h @@ -320,7 +320,7 @@ U_NAMESPACE_END typedef struct UMutex { - UInitOnce fInitOnce; + icu::UInitOnce fInitOnce; CRITICAL_SECTION fCS; } UMutex; -- 2.40.0