ICU-183 make ICU header files compile by themselves.

X-SVN-Rev: 344
This commit is contained in:
Steven R. Loomis 1999-12-08 23:41:46 +00:00
parent 2d26f13d40
commit 00209e5ae8
3 changed files with 7 additions and 4 deletions

View file

@ -39,7 +39,7 @@
#ifndef UCNV_ERR_H
#define UCNV_ERR_H
#include "ucnv.h"
#include "utypes.h"

View file

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

View file

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