summaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2017-12-16 19:53:16 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-02-12 15:54:03 +0100
commit234b38faf28fcbd849be8e0800cf9db88bd4bbac (patch)
tree5c331c01bebd5fc7e47a2129e6f5a5e250afee4d /intl
parent690c9045d712cf6a317baa0bc2f9b01049cea05c (diff)
downloaduxp-234b38faf28fcbd849be8e0800cf9db88bd4bbac.tar.gz
Silence macro redefinition warnings in ICU
Diffstat (limited to 'intl')
-rw-r--r--intl/icu/source/common/umutex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intl/icu/source/common/umutex.h b/intl/icu/source/common/umutex.h
index b52010f8ae..e26ac3555c 100644
--- a/intl/icu/source/common/umutex.h
+++ b/intl/icu/source/common/umutex.h
@@ -86,7 +86,9 @@ 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