2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

Merge pull request #2814 from Kloen/macro-remove

Remove unnecessary WIN32_LEAN_AND_MEAN macro definition
This commit is contained in:
James Rowe 2017-07-01 08:45:42 -06:00 committed by GitHub
commit 22e7402ab1

View file

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