From 26548d6f3bd0e5b18f2d241a9ef82bf245bb2150 Mon Sep 17 00:00:00 2001 From: Ram Viswanadha Date: Fri, 26 Mar 2004 00:33:38 +0000 Subject: [PATCH] ICU-3405 prototype for U_DRAFT X-SVN-Rev: 14766 --- icu4c/source/common/unicode/utypes.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/icu4c/source/common/unicode/utypes.h b/icu4c/source/common/unicode/utypes.h index ed0ccf10537..efce96d644a 100644 --- a/icu4c/source/common/unicode/utypes.h +++ b/icu4c/source/common/unicode/utypes.h @@ -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 */