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

pull/139/head
Alexander Shishenko 10 years ago
parent 7d463a7f78
commit 0170dfdc7b
No known key found for this signature in database
GPG Key ID: 5165F41B94E12C76

@ -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>

Loading…
Cancel
Save