ICU-9642 Fix retypedef of UMutex error
X-SVN-Rev: 32586
This commit is contained in:
parent
86571337e9
commit
0edd67f4ef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user