summaryrefslogtreecommitdiff
path: root/shell/inc/global.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/inc/global.hxx')
-rw-r--r--shell/inc/global.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/inc/global.hxx b/shell/inc/global.hxx
index 59696523a740..24dd2e0d664c 100644
--- a/shell/inc/global.hxx
+++ b/shell/inc/global.hxx
@@ -23,6 +23,9 @@
#if defined _MSC_VER
#pragma warning(push, 1)
#endif
+#if !defined WIN32_LEAN_AND_MEAN
+# define WIN32_LEAN_AND_MEAN
+#endif
#include <windows.h>
#if defined _MSC_VER
#pragma warning(pop)