Skip to content

Conversation

@salman-javed-nz
Copy link
Contributor

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).

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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants