Renamed "Windows.h" to "windows.h" for building spdlog on MinGW using case-sensitive file system.
This commit is contained in:
parent
7d463a7f78
commit
0170dfdc7b
@ -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…
Reference in New Issue
Block a user