diff options
Diffstat (limited to 'devel/icu/files/patch-common_unicode_uvernum.h')
-rw-r--r-- | devel/icu/files/patch-common_unicode_uvernum.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/icu/files/patch-common_unicode_uvernum.h b/devel/icu/files/patch-common_unicode_uvernum.h new file mode 100644 index 000000000000..21af34231d25 --- /dev/null +++ b/devel/icu/files/patch-common_unicode_uvernum.h @@ -0,0 +1,8 @@ +--- common/unicode/uvernum.h.orig 2017-03-21 01:03:49 UTC ++++ common/unicode/uvernum.h +@@ -125,4 +125,4 @@ + * This value will change in the subsequent releases of ICU + * @stable ICU 2.6 + */ +-#if U_PLATFORM_HAS_WINUWP_API == 0 ++#ifndef U_PLATFORM_HAS_WINUWP_API |