Skip to content

d3d12: Include <shlobj.h> with lowercase name

Jesse Natalie requested to merge jenatali/mesa:shlobj-casing into main

The Windows SDK file is <ShlObj.h> but MinGW uses <shlobj.h>. Since Linux is case-sensitive and Windows isn't, use the MinGW casing.

Fixes: 05b66efb ("d3d12: Add a debug flag for loading WinPixGpuCapturer.dll") Closes: #10970 (closed)

Merge request reports