From bab6c18965cffcba48f6a3884d5368053e6a3ddc Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 6 Dec 2013 16:08:09 -0600 Subject: Added WIN32_LEAN_AND_MEAN Should reduce compile times and help get rid of some error things. --- mmc_updater/src/Platform.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mmc_updater/src/Platform.h b/mmc_updater/src/Platform.h index 18072b38..c17951cc 100644 --- a/mmc_updater/src/Platform.h +++ b/mmc_updater/src/Platform.h @@ -7,6 +7,7 @@ #ifdef WIN32 #define PLATFORM_WINDOWS + #define WIN32_LEAN_AND_MEAN #include // disable warnings about exception specifications, @@ -27,4 +28,4 @@ #define PLATFORM_PID pid_t #else #define PLATFORM_PID DWORD -#endif \ No newline at end of file +#endif -- cgit v1.2.3