Merge pull request #139 from GamePad64/master

Renamed "Windows.h" to "windows.h" for building spdlog on MinGW using case-sensitive file system.
This commit is contained in:
Gabi Melman 2015-10-25 19:00:21 +02:00
commit f15ed2373b
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
# ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
# endif
# include <Windows.h>
# include <windows.h>
#ifdef __MINGW32__
#include <share.h>