remove extraneous WIN32_LEAN_AND_MEAN definition

This commit is contained in:
Shawn Hoffman 2020-08-21 18:06:42 -07:00
parent 181e0dba21
commit 12ea56a6b2

View File

@ -6,9 +6,6 @@
#ifdef _WIN32
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <Windows.h>
namespace Common