From: Steven R. Loomis Date: Thu, 27 Oct 2016 01:35:55 +0000 (+0000) Subject: ICU-12822 digitlst.cpp depends on to include on windows. Include... X-Git-Tag: milestone-59-0-1~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=173981e6423f42d0be6f4a9caab0d85d2e7d008e;p=icu ICU-12822 digitlst.cpp depends on to include on windows. Include it explicitly X-SVN-Rev: 39486 --- diff --git a/icu4c/source/i18n/digitlst.cpp b/icu4c/source/i18n/digitlst.cpp index a3b3406ca64..ab5b5571ab6 100644 --- a/icu4c/source/i18n/digitlst.cpp +++ b/icu4c/source/i18n/digitlst.cpp @@ -60,8 +60,8 @@ # endif #endif -#if U_USE_STRTOD_L && !U_PLATFORM_USES_ONLY_WIN32_API -# if U_PLATFORM == U_PF_CYGWIN +#if U_USE_STRTOD_L +# if U_PLATFORM_USES_ONLY_WIN32_API || U_PLATFORM == U_PF_CYGWIN # include # else # include