https://bugs.winehq.org/show_bug.cgi?id=46236
--- Comment #18 from Chatty mail@chatty.de --- Created attachment 63703 --> https://bugs.winehq.org/attachment.cgi?id=63703 ConsoleApp compiled with MT and MD
Unfortunately I'm not compiling Wine from source. And you might be faster checking yourself different patches thus I compiled a small console app for you with /MT (crashing) and /MD (working) flag. If the thread succeeds to run it outputs "Test" and the program closes after 5 seconds otherwise it crashes when thread wants to start.