summaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-03-21 11:26:25 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-03-21 11:26:25 +0100
commit83b8e433e4fed1c735096100cbff6e811bf012f4 (patch)
treecc18d78828d4d6240883f09775eaf4c1f1591cd5 /intl
parenta30795e0434e6b339cc932f22bb62ac9c4cfc081 (diff)
downloaduxp-83b8e433e4fed1c735096100cbff6e811bf012f4.tar.gz
Silence some ICU warning spew
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 e26ac3555c..f13da130c1 100644
--- a/intl/icu/source/common/umutex.h
+++ b/intl/icu/source/common/umutex.h
@@ -333,7 +333,9 @@ 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