remove extraneous WIN32_LEAN_AND_MEAN definition

This commit is contained in:
Shawn Hoffman
2020-08-23 13:57:05 -07:00
parent 181e0dba21
commit 12ea56a6b2
-3
View File
@@ -6,9 +6,6 @@
#ifdef _WIN32
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <Windows.h>
namespace Common