Removed unnecessary define WIN32_LEAN_AND_MEAN

This commit is contained in:
thunder2 2022-01-03 00:54:46 +01:00
parent 126500aac7
commit 98f7b815f7

View File

@ -21,7 +21,6 @@
#ifdef WIN32
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#endif