https://bugs.winehq.org/show_bug.cgi?id=49312
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #3 from Jacek Caban jacek@codeweavers.com --- Wine expects main() to be __cdecl now, so it's probably caused by f2a7405a09c66e4b9adc15d4e9b7379ed4c78f54 and it was needed so that components built with msvcrt use the same calling convention as ones that don't in (non-mingw build).
The change is not needed any more because msvcrt has a separated entry point implementation now. It may be too late, through.