From 4fd9b8de8d70f88d3290643b7e85da117cdc9ef8 Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Fri, 31 Jul 2020 05:54:55 -0700 Subject: [PATCH] ICU-21210 Fix static builds on Windows --- icu4c/source/i18n/unicode/numberrangeformatter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/unicode/numberrangeformatter.h b/icu4c/source/i18n/unicode/numberrangeformatter.h index dfceeefdb47..d70afc80b71 100644 --- a/icu4c/source/i18n/unicode/numberrangeformatter.h +++ b/icu4c/source/i18n/unicode/numberrangeformatter.h @@ -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