mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-12-28 06:18:06 +00:00
Added WIN32_LEAN_AND_MEAN
Should reduce compile times and help get rid of some error things.
This commit is contained in:
parent
6ac94ddcb6
commit
bab6c18965
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#define PLATFORM_WINDOWS
|
#define PLATFORM_WINDOWS
|
||||||
|
#define WIN32_LEAN_AND_MEAN
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
// disable warnings about exception specifications,
|
// disable warnings about exception specifications,
|
||||||
|
Loading…
Reference in New Issue
Block a user