diff options
author | Moonchild <git-repo@palemoon.org> | 2019-06-15 21:21:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-15 21:21:52 +0000 |
commit | 24864f94219fb549d0c183569c6b51fce74bebd2 (patch) | |
tree | 8397ce1168c22467ce583ac7e60d279648fb4d57 /intl/icu/source/common/umutex.h | |
parent | c9edf588ed6d9b53038125c6d79c466b398e2da4 (diff) | |
parent | b17a1f211efb85ddb36abfa769aac3a4292d17ee (diff) | |
download | UXP-24864f94219fb549d0c183569c6b51fce74bebd2.tar UXP-24864f94219fb549d0c183569c6b51fce74bebd2.tar.gz UXP-24864f94219fb549d0c183569c6b51fce74bebd2.tar.lz UXP-24864f94219fb549d0c183569c6b51fce74bebd2.tar.xz UXP-24864f94219fb549d0c183569c6b51fce74bebd2.zip |
Merge pull request #1136 from MoonchildProductions/Update_ICU
Update ICU
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 |