Renamed "Windows.h" to "windows.h" for building spdlog on MinGW using case-sensitive file system.

This commit is contained in:
Alexander Shishenko 2015-10-25 04:11:23 +03:00
parent 7d463a7f78
commit 0170dfdc7b
No known key found for this signature in database
GPG Key ID: 5165F41B94E12C76

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>