summaryrefslogtreecommitdiff
path: root/cli_ure/source/native/native_bootstrap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli_ure/source/native/native_bootstrap.cxx')
-rw-r--r--cli_ure/source/native/native_bootstrap.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli_ure/source/native/native_bootstrap.cxx b/cli_ure/source/native/native_bootstrap.cxx
index 2ff980fa776f..19b83fa4eb91 100644
--- a/cli_ure/source/native/native_bootstrap.cxx
+++ b/cli_ure/source/native/native_bootstrap.cxx
@@ -24,6 +24,9 @@
#ifdef _MSC_VER
#pragma warning(push, 1)
#endif
+#if !defined WIN32_LEAN_AND_MEAN
+# define WIN32_LEAN_AND_MEAN
+#endif
#include <windows.h>
#ifdef _MSC_VER
#pragma warning(pop)