From 12f6fd07e0ab0b0864c6c740c808ef41e6d8c5dd Mon Sep 17 00:00:00 2001 From: gabime Date: Wed, 30 Mar 2016 18:47:56 +0300 Subject: [PATCH] formatting --- include/spdlog/details/os.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/spdlog/details/os.h b/include/spdlog/details/os.h index 09fba05b..0f01ffb9 100644 --- a/include/spdlog/details/os.h +++ b/include/spdlog/details/os.h @@ -13,14 +13,14 @@ #ifdef _WIN32 -# ifndef NOMINMAX +#ifndef NOMINMAX #define NOMINMAX //prevent windows redefining min/max #endif -# ifndef WIN32_LEAN_AND_MEAN -# define WIN32_LEAN_AND_MEAN -# endif -# include +#ifndef WIN32_LEAN_AND_MEAN +#define WIN32_LEAN_AND_MEAN +#endif +#include #ifdef __MINGW32__ #include