mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-21210 Fix static builds on Windows
This commit is contained in:
parent
b6687af59c
commit
4fd9b8de8d
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ struct UFormattedNumberRangeImpl;
|
|||
* Export an explicit template instantiation. See datefmt.h
|
||||
* (When building DLLs for Windows this is required.)
|
||||
*/
|
||||
#if U_PLATFORM == U_PF_WINDOWS && !defined(U_IN_DOXYGEN)
|
||||
#if U_PLATFORM == U_PF_WINDOWS && !defined(U_IN_DOXYGEN) && !defined(U_STATIC_IMPLEMENTATION)
|
||||
} // namespace icu::number
|
||||
U_NAMESPACE_END
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue