https://bugs.winehq.org/show_bug.cgi?id=56956
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr@codeweavers.com
--- Comment #8 from Fabian Maurer dark.shadow4@web.de ---
The abi before the commit was just broken. UCRT abi in the microsoft's toolchain and windows is different from the ABI in UCRT. If you pass a FILE* from the static linked program into DLL, it would just crash.
Well now it seems broken in a different way.
I suggest you not to use msvc any more.
That is not an option, msvc has keep working.
I wasn't the actual author. I wrote my patch, and then the wine developers rewrote the code. I have trouble tracing the changes
CCing reviewer then. Piotr, mind taking a look here?