Added WIN32_LEAN_AND_MEAN

This commit is contained in:
David Capello 2010-03-12 23:09:26 -02:00
parent 6cad6849b5
commit 80833f33b0

View File

@ -32,6 +32,7 @@
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0400
#endif
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
class Vaca::Mutex::MutexImpl