mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-3405 prototype for U_DRAFT
X-SVN-Rev: 14766
This commit is contained in:
parent
cea44dd21b
commit
26548d6f3b
1 changed files with 5 additions and 5 deletions
|
@ -37,6 +37,7 @@
|
|||
#include "unicode/utf.h"
|
||||
#include "unicode/uversion.h"
|
||||
#include "unicode/uconfig.h"
|
||||
#include "unicode/udraft.h"
|
||||
|
||||
/*!
|
||||
* \file
|
||||
|
@ -719,12 +720,11 @@ U_CAPI const char * U_EXPORT2
|
|||
u_errorName(UErrorCode code);
|
||||
|
||||
|
||||
#ifdef U_HIDE_DRAFT_API
|
||||
# define U_DRAFT static
|
||||
#else
|
||||
# define U_DRAFT U_CAPI
|
||||
#endif
|
||||
|
||||
#define U_DRAFT U_CAPI
|
||||
#define U_STABLE U_CAPI
|
||||
#define U_INTERNAL U_CAPI
|
||||
#define U_SYSTEM U_CAPI
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Include header for platform utilies */
|
||||
|
|
Loading…
Add table
Reference in a new issue