Hans Leidekker hans@it.vu.nl writes:
What about this one then? The MinGW linker has an option that allows us to fudge errors of type "multiple definitions of 'atexit'". With this patch tests link against Wine *and* MinGW import libraries, so more tests compile, link and run.
I think your original idea of using only Mingw libraries was better; we just need to get an import lib for urlmon into Mingw. If there are incompatibilities we want them to break the link process, your new patch will hide them instead.