blob: 0792e73572579932fc9cbcbf3e77fcef7f1eb9fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff -ur icu.org/source/common/unicode/uvernum.h icu/source/common/unicode/uvernum.h
# https://ssl.icu-project.org/trac/ticket/13175
--- icu.org/source/common/unicode/uvernum.h 2017-03-21 02:03:49.000000000 +0100
+++ icu/source/common/unicode/uvernum.h 2017-04-21 23:44:55.123597927 +0200
@@ -125,7 +125,7 @@
* This value will change in the subsequent releases of ICU
* @stable ICU 2.6
*/
-#if U_PLATFORM_HAS_WINUWP_API == 0
+#if !defined(U_PLATFORM_HAS_WINUWP_API) || (U_PLATFORM_HAS_WINUWP_API == 0)
#define U_ICU_VERSION_SHORT "59"
#else
// U_DISABLE_RENAMING does not impact dat file name
|