This is an issue if cross-building for windows from a case sensitive
file system - the common spelling is with a lower case 'w'.
Details
Details
- Reviewers
compnerd
Diff Detail
Diff Detail
Event Timeline
Comment Actions
The MS SDK however provides it with a capitalized name (at least in the recent SDKs). We should change the other case of the header name.
Comment Actions
Hmm, indeed. I'll abandon this then.
Microsoft themselves aren't quite consistent with this within their own headers though; in the win10 sdk in the "um" subdirectory, they've got 470 cases of "#include <windows.h>" and 1 case of "#include <Windows.h>".