From 0170dfdc7ba16812a3f17f5b49cf56078e94af56 Mon Sep 17 00:00:00 2001 From: Alexander Shishenko Date: Sun, 25 Oct 2015 04:11:23 +0300 Subject: [PATCH] Renamed "Windows.h" to "windows.h" for building spdlog on MinGW using case-sensitive file system. --- include/spdlog/details/os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/details/os.h b/include/spdlog/details/os.h index 1d895420..75cc5887 100644 --- a/include/spdlog/details/os.h +++ b/include/spdlog/details/os.h @@ -31,7 +31,7 @@ # ifndef WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN # endif -# include +# include #ifdef __MINGW32__ #include