msix-packaging icon indicating copy to clipboard operation
msix-packaging copied to clipboard

Fix case sensitive includes for `unknwn.h` and `objidl.h`

Open JanisErdmanis opened this issue 8 months ago • 1 comments

Windows and MacOS are both case-insensitive, and hence the issue of wrong capitalisation may not have surfaced.

I am forming a recipe for cross-compilation for the Julia BinarBuilder environment, which uses Linux x86_64 as the host system. However, as it uses a sensitive file system, I encountered a linking error that could only be resolved by lowering cases for unknwn.h and objidl.h.

More on that can be found in the pull request: https://github.com/JuliaPackaging/Yggdrasil/pull/10944

JanisErdmanis avatar May 20 '25 08:05 JanisErdmanis

@microsoft-github-policy-service agree

JanisErdmanis avatar May 20 '25 08:05 JanisErdmanis