ICU-812 Add U_STATIC_IMPLEMENTATION

X-SVN-Rev: 6701
This commit is contained in:
George Rhoten 2001-11-09 01:16:52 +00:00
parent 09e35341aa
commit 9a9e9fc74e

View file

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