oneapi-src / level-zero

oneAPI Level Zero Specification Headers and Loader
https://spec.oneapi.com/versions/latest/elements/l0/source/index.html
MIT License
208 stars 90 forks source link

Windows.h replaced with windows.h #113

Closed ashwani-rathee closed 9 months ago

ashwani-rathee commented 1 year ago

Reason: I am building this in a case-sensitive file system using BinaryBuilder.jl which provides binaries to be used in Julia where the build fails because of Windows.h no such file or directory missing error. On windows, I could use Windows.h or windows.h it would work yes but on the system where I am building it doesn't without the name being windows.h .