mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-12-23 11:26:50 +00:00
Remove unnecessary WIN32_LEAN_AND_MEAN macro definition
This commit is contained in:
parent
56d718b2a1
commit
0e428823f0
|
@ -6,7 +6,6 @@
|
|||
#include <cstdio>
|
||||
|
||||
#ifdef _WIN32
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue