mirror of https://github.com/gabime/spdlog.git
Use lower-case "windows.h" for case-sensitive file systems
The "windows.h" in MinGW-W64 is lower-case. When cross-compiling for Windows on Linux with a case-sensitive file system, the upper-case "Windows.h" file is not found and compilation fails. Always use lower-case "windows.h" to fix cross-compilation.pull/2495/head
parent
81de01c02c
commit
5ca5fdff9f
Loading…
Reference in New Issue