From 9a9e9fc74eb32d0bb2b543f8bc66db5ca80afaf3 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 9 Nov 2001 01:16:52 +0000 Subject: [PATCH] ICU-812 Add U_STATIC_IMPLEMENTATION X-SVN-Rev: 6701 --- icu4c/source/common/unicode/utypes.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/icu4c/source/common/unicode/utypes.h b/icu4c/source/common/unicode/utypes.h index 8758ad69591..18bc1c2389f 100644 --- a/icu4c/source/common/unicode/utypes.h +++ b/icu4c/source/common/unicode/utypes.h @@ -285,6 +285,11 @@ typedef void* UClassID; #define U_I18N_API U_EXPORT #define U_LAYOUT_API U_EXPORT #define U_USTDIO_API U_EXPORT +#elif defined(U_STATIC_IMPLEMENTATION) +#define U_COMMON_API +#define U_I18N_API +#define U_LAYOUT_API +#define U_USTDIO_API #elif defined(U_COMMON_IMPLEMENTATION) #define U_COMMON_API U_EXPORT #define U_I18N_API U_IMPORT