mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-183 make ICU header files compile by themselves.
X-SVN-Rev: 344
This commit is contained in:
parent
2d26f13d40
commit
00209e5ae8
3 changed files with 7 additions and 4 deletions
|
@ -39,7 +39,7 @@
|
|||
#ifndef UCNV_ERR_H
|
||||
#define UCNV_ERR_H
|
||||
|
||||
|
||||
#include "ucnv.h"
|
||||
#include "utypes.h"
|
||||
|
||||
|
||||
|
|
|
@ -52,9 +52,6 @@ typedef void * Mutex;
|
|||
* mistake which silently slips through the compiler!! */
|
||||
|
||||
|
||||
/* Mutex data type. */
|
||||
typedef void *UMTX;
|
||||
|
||||
/* Lock a mutex. Pass in NULL if you want the (ick) Single Global
|
||||
Mutex. */
|
||||
U_CAPI void U_EXPORT2 umtx_lock ( UMTX* mutex );
|
||||
|
|
|
@ -363,6 +363,12 @@ u_errorName(UErrorCode code);
|
|||
/* Include header for platform utilies */
|
||||
/*===========================================================================*/
|
||||
|
||||
|
||||
|
||||
/* Mutex data type. INTERNAL.*/
|
||||
typedef void *UMTX;
|
||||
|
||||
|
||||
#include "putil.h"
|
||||
|
||||
#endif /* _UTYPES */
|
||||
|
|
Loading…
Add table
Reference in a new issue