mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 18:25:57 +00:00
ICU-812 Add U_STATIC_IMPLEMENTATION
X-SVN-Rev: 6701
This commit is contained in:
parent
09e35341aa
commit
9a9e9fc74e
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue