From faaadaec77c523f77f6739d9bb98845bb65802d2 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Thu, 3 Mar 2011 21:12:45 +0000 Subject: [PATCH] Evil: some headers could define WIN32_LEAN_AND_MEAN. Prevent multiple define of that macro SVN revision: 57505 --- legacy/evil/src/lib/Evil.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/legacy/evil/src/lib/Evil.h b/legacy/evil/src/lib/Evil.h index 1fbb30f306..ad8198116b 100644 --- a/legacy/evil/src/lib/Evil.h +++ b/legacy/evil/src/lib/Evil.h @@ -56,7 +56,9 @@ extern "C" { #endif -#define WIN32_LEAN_AND_MEAN +#ifndef WIN32_LEAN_AND_MEAN +# define WIN32_LEAN_AND_MEAN +#endif #include #undef WIN32_LEAN_AND_MEAN