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