From 80833f33b0405232397bf57696f84fb5ff08a13e Mon Sep 17 00:00:00 2001 From: David Capello Date: Fri, 12 Mar 2010 23:09:26 -0200 Subject: [PATCH] Added WIN32_LEAN_AND_MEAN to speedup compilation time. --- third_party/vaca/src/win32/MutexImpl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/vaca/src/win32/MutexImpl.h b/third_party/vaca/src/win32/MutexImpl.h index 143ad2238..021a35e69 100644 --- a/third_party/vaca/src/win32/MutexImpl.h +++ b/third_party/vaca/src/win32/MutexImpl.h @@ -32,6 +32,7 @@ #ifndef _WIN32_WINNT #define _WIN32_WINNT 0x0400 #endif +#define WIN32_LEAN_AND_MEAN #include class Vaca::Mutex::MutexImpl