ICU-9642 Fix retypedef of UMutex error

X-SVN-Rev: 32586
This commit is contained in:
Michael Ow 2012-10-10 03:51:23 +00:00
parent 86571337e9
commit 0edd67f4ef

View File

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