remove extraneous WIN32_LEAN_AND_MEAN definition
This commit is contained in:
parent
181e0dba21
commit
12ea56a6b2
|
@ -6,9 +6,6 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
#include <Windows.h>
|
||||
|
||||
namespace Common
|
||||
|
|
Loading…
Reference in New Issue