Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2585)

Unified Diff: source/common/unicode/uvernum.h

Issue 314650043: ICU support for UWP Base URL: svn+ssh://source.icu-project.org/repos/icu/branches/jefgen/shawnste/uwp/
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/common/unicode/uvernum.h
===================================================================
--- source/common/unicode/uvernum.h (revision 39850)
+++ source/common/unicode/uvernum.h (revision 39873)
@@ -125,7 +125,12 @@
* This value will change in the subsequent releases of ICU
* @stable ICU 2.6
*/
+#if U_PLATFORM_HAS_WINUWP_API == 0
#define U_ICU_VERSION_SHORT "59"
+#else
+// U_DISABLE_RENAMING does not impact dat file name
+#define U_ICU_VERSION_SHORT
+#endif /* U_PLATFORM_HAS_WINUWP_API == 0 */
#ifndef U_HIDE_INTERNAL_API
/** Data version in ICU4C.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b