diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-06-15 20:39:39 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-06-15 20:39:39 +0200 |
commit | 76c640c28a161ff725b2a1607a01f59157f627b1 (patch) | |
tree | 77f23343c7dfc409094ce719679126aab5054531 /intl/icu/source/common/umutex.h | |
parent | c9edf588ed6d9b53038125c6d79c466b398e2da4 (diff) | |
download | UXP-76c640c28a161ff725b2a1607a01f59157f627b1.tar UXP-76c640c28a161ff725b2a1607a01f59157f627b1.tar.gz UXP-76c640c28a161ff725b2a1607a01f59157f627b1.tar.lz UXP-76c640c28a161ff725b2a1607a01f59157f627b1.tar.xz UXP-76c640c28a161ff725b2a1607a01f59157f627b1.zip |
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
Diffstat (limited to 'intl/icu/source/common/umutex.h')
-rw-r--r-- | intl/icu/source/common/umutex.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 |