On 27.04.2020 19:22, Martin Storsjö wrote:
Jacek, Wine uses delayloaded DLLs a lot - does it use -ldelayimp properly? Or does it entirely use its own implementation of the helper function nowadays?


Wine will always use its own implementation (that just forwards the call to ResolveDelayLoadedAPI in its static lib), so it would be fine. I recall adding an empty -ldelayimp for Firefox, which required it to exist (because it's required on MSVC), so it should be fine as well. I don't know about other users.


However, I'm not sure if moving the implementation solves any problem. It should be pulled by linker only when needed anyway.


Jacek



_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to