diff options
Diffstat (limited to 'include/comphelper/windowsStart.hxx')
-rw-r--r-- | include/comphelper/windowsStart.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/comphelper/windowsStart.hxx b/include/comphelper/windowsStart.hxx index 09a9108811fb..90e1ff1bb0da 100644 --- a/include/comphelper/windowsStart.hxx +++ b/include/comphelper/windowsStart.hxx @@ -7,6 +7,9 @@ #define INCLUDED_COMPHELPER_WINSTART_HXX #ifdef _WIN32 +#if !defined WIN32_LEAN_AND_MEAN +# define WIN32_LEAN_AND_MEAN +#endif #include <windows.h> #endif |