Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include
windows.h
(lowercase) to fix cross-compiled MinGW builds (#75…
…, thanks @salman-javed-nz) When cross-compiling from a host that treats file paths as case-sensitive (e.g. Linux) to target Windows using MinGW, the build fails when looking for `Windows.h`. The solution is to #include this header as `windows.h` (lowercase).
- Loading branch information