diff options
Diffstat (limited to 'soltools')
-rw-r--r-- | soltools/mkdepend/collectdircontent.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/soltools/mkdepend/collectdircontent.hxx b/soltools/mkdepend/collectdircontent.hxx index 09a0ed518d1c..bc4160a7437d 100644 --- a/soltools/mkdepend/collectdircontent.hxx +++ b/soltools/mkdepend/collectdircontent.hxx @@ -9,6 +9,9 @@ #include <string> #if defined(_WIN32) +#if !defined WIN32_LEAN_AND_MEAN +# define WIN32_LEAN_AND_MEAN +#endif #include <windows.h> #include <algorithm> #else |