From e0cf16b7e9ad4f885578611c4f1b5b2f239065ac Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Wed, 24 Jul 2019 08:49:59 -0400 Subject: [PATCH] Fix #1168 --- include/spdlog/details/os-inl.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/spdlog/details/os-inl.h b/include/spdlog/details/os-inl.h index 1fba1cc4..76beb00d 100644 --- a/include/spdlog/details/os-inl.h +++ b/include/spdlog/details/os-inl.h @@ -32,10 +32,6 @@ #include // _get_pid support #include -// windows.h leaks NEAR and FAR macros, prevent those from leaking further -#undef NEAR -#undef FAR - #ifdef __MINGW32__ #include #endif