[Bug ld/14339] MinGW ld omits stubs when linking delay import library and using __declspec(dllimport)
https://sourceware.org/bugzilla/show_bug.cgi?id=14339 Adam J Ryan changed: What|Removed |Added CC||adamjryan at protonmail dot com
[Bug ld/14339] MinGW ld omits stubs when linking delay import library and using __declspec(dllimport)
https://sourceware.org/bugzilla/show_bug.cgi?id=14339 --- Comment #4 from Adam J Ryan --- I've also found that adding the WINAPI macro (__stdcall) is also problematic. It allows the library to load and it fails after the dliNotePreGetProcAddress query stage and doesn't hit dliNoteEndProcessing. B