From 0edd67f4ef0de7824acf8fce54c98c62c7955d1a Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Wed, 10 Oct 2012 03:51:23 +0000 Subject: [PATCH] ICU-9642 Fix retypedef of UMutex error X-SVN-Rev: 32586 --- icu4c/source/common/umutex.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/icu4c/source/common/umutex.h b/icu4c/source/common/umutex.h index 259cca37fbd..893de8e6336 100644 --- a/icu4c/source/common/umutex.h +++ b/icu4c/source/common/umutex.h @@ -196,7 +196,9 @@ struct UMutex { #endif +#if (U_PLATFORM != U_PF_CYGWIN && U_PLATFORM != U_PF_MINGW) || defined(CYGWINMSVC) typedef struct UMutex UMutex; +#endif /* Lock a mutex. * @param mutex The given mutex to be locked. Pass NULL to specify -- 2.40.0