From: Michael Ow Date: Wed, 10 Oct 2012 03:51:23 +0000 (+0000) Subject: ICU-9642 Fix retypedef of UMutex error X-Git-Tag: milestone-59-0-1~3442 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0edd67f4ef0de7824acf8fce54c98c62c7955d1a;p=icu ICU-9642 Fix retypedef of UMutex error X-SVN-Rev: 32586 --- 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