Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: source/i18n/digitlst.cpp

Issue 2442923002: ICU update to 58 part 2 (Closed)
Patch Set: apply more patches and updates; almost ready to roll Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/data/zone/zh_Hant.txt ('k') | source/i18n/scriptset.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/digitlst.cpp
diff --git a/source/i18n/digitlst.cpp b/source/i18n/digitlst.cpp
index a3b3406ca64cd87d2cdac1426daffcad56c5a5f0..ab5b5571ab6920b784ab1fc569fd6ee6c023259e 100644
--- a/source/i18n/digitlst.cpp
+++ b/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 <locale.h>
# else
# include <xlocale.h>
« no previous file with comments | « source/data/zone/zh_Hant.txt ('k') | source/i18n/scriptset.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698