From 76c640c28a161ff725b2a1607a01f59157f627b1 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 15 Jun 2019 20:39:39 +0200 Subject: Update ICU to 58.3 - This adds the new Japanese ascension era (Reiwa) - This updates timezone data to 2019a - Updated script for git instead of SVN - Regenerated locale data --- intl/icu/source/common/common.vcxproj | 2 +- intl/icu/source/common/common.vcxproj.filters | 2 +- intl/icu/source/common/umutex.h | 4 ---- intl/icu/source/common/unicode/uvernum.h | 6 +++--- intl/icu/source/common/wintz.c | 2 ++ 5 files changed, 7 insertions(+), 9 deletions(-) (limited to 'intl/icu/source/common') diff --git a/intl/icu/source/common/common.vcxproj b/intl/icu/source/common/common.vcxproj index e6c9acffb..cc58ae931 100644 --- a/intl/icu/source/common/common.vcxproj +++ b/intl/icu/source/common/common.vcxproj @@ -1,4 +1,4 @@ - + diff --git a/intl/icu/source/common/common.vcxproj.filters b/intl/icu/source/common/common.vcxproj.filters index 56e8c12f0..7cf6574bd 100644 --- a/intl/icu/source/common/common.vcxproj.filters +++ b/intl/icu/source/common/common.vcxproj.filters @@ -1,4 +1,4 @@ - + diff --git a/intl/icu/source/common/umutex.h b/intl/icu/source/common/umutex.h index f13da130c..b52010f8a 100644 --- a/intl/icu/source/common/umutex.h +++ b/intl/icu/source/common/umutex.h @@ -86,9 +86,7 @@ U_NAMESPACE_END // Original plan was to use gcc atomics for MinGW, but they // aren't supported, so we fold MinGW into this path. -# ifndef WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN -# endif # define VC_EXTRALEAN # define NOUSER # define NOSERVICE @@ -333,9 +331,7 @@ U_NAMESPACE_END * win32 APIs for Critical Sections. */ -# ifndef WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN -# endif # define VC_EXTRALEAN # define NOUSER # define NOSERVICE diff --git a/intl/icu/source/common/unicode/uvernum.h b/intl/icu/source/common/unicode/uvernum.h index 5590f9a5c..b502d444e 100644 --- a/intl/icu/source/common/unicode/uvernum.h +++ b/intl/icu/source/common/unicode/uvernum.h @@ -64,7 +64,7 @@ * This value will change in the subsequent releases of ICU * @stable ICU 2.6 */ -#define U_ICU_VERSION_MINOR_NUM 2 +#define U_ICU_VERSION_MINOR_NUM 3 /** The current ICU patchlevel version as an integer. * This value will change in the subsequent releases of ICU @@ -119,7 +119,7 @@ * This value will change in the subsequent releases of ICU * @stable ICU 2.4 */ -#define U_ICU_VERSION "58.2" +#define U_ICU_VERSION "58.3" /** The current ICU library major/minor version as a string without dots, for library name suffixes. * This value will change in the subsequent releases of ICU @@ -131,7 +131,7 @@ /** Data version in ICU4C. * @internal ICU 4.4 Internal Use Only **/ -#define U_ICU_DATA_VERSION "58.2" +#define U_ICU_DATA_VERSION "58.3" #endif /* U_HIDE_INTERNAL_API */ /*=========================================================================== diff --git a/intl/icu/source/common/wintz.c b/intl/icu/source/common/wintz.c index a8696af39..14fc47604 100644 --- a/intl/icu/source/common/wintz.c +++ b/intl/icu/source/common/wintz.c @@ -216,6 +216,8 @@ static LONG getTZKeyName(char* tzKeyName, int32_t length) { &cbData); } + RegCloseKey(hkey); + return result; } -- cgit v1.2.3