From 05ecad4263bf49bbc0b396a7168115050d2e1390 Mon Sep 17 00:00:00 2001 From: gabime Date: Wed, 26 Feb 2020 18:10:47 +0200 Subject: [PATCH] Use windows_include in os-inl.h --- include/spdlog/details/os-inl.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/include/spdlog/details/os-inl.h b/include/spdlog/details/os-inl.h index e83c2ce4..d77aab11 100644 --- a/include/spdlog/details/os-inl.h +++ b/include/spdlog/details/os-inl.h @@ -23,16 +23,9 @@ #ifdef _WIN32 -#ifndef NOMINMAX -#define NOMINMAX // prevent windows redefining min/max -#endif - -#ifndef WIN32_LEAN_AND_MEAN -#define WIN32_LEAN_AND_MEAN -#endif #include // _get_osfhandle and _isatty support #include // _get_pid support -#include +#include #ifdef __MINGW32__ #include