https://bugs.winehq.org/show_bug.cgi?id=46654
--- Comment #1 from Hans Leidekker hans@meelstraat.net --- Created attachment 63626 --> https://bugs.winehq.org/attachment.cgi?id=63626 patch
It fails in the BindImage action because imagehlp is a delay load import. By the time we're going to call BindImageEx fs redirection has already been disabled, so the 32-bit version of imagehlp cannot be found.
This patch avoids these issues by getting rid of all delay imports.