On Mon, Jun 28, 2021 at 10:46 AM Zebediah Figura (she/her) zfigura@codeweavers.com wrote:
I'm still missing something; shouldn't a shared library built with mingw stand alone? Why would it matter what import library + CRT version + crt0 library the rest of the source is built with?
It matters if the ABI requires malloc/free, FILE pointers, or fd's, but I doubt this is common for Wine.