On Mon Oct 6 19:50:40 2025 +0000, Alexandre Julliard wrote:
AFAICT the functions are exported correctly in the gdi32 mingw import lib, so for DXVK it may be a simple matter of linking to gdi32 first.
Yes, that's also an option but I think it's fragile, especially as the error, if the order gets later messed up somehow, is then not going to be a link error but a runtime error when the function gets called (say, in dxgi) and not found.