"John K. Hohm" jhohm@acm.org writes:
I would rather not have comcat.dll import msvcrt.dll, as ntdll.dll exports swprintf even on Windows NT.
Actually none of the Wine dlls should import msvcrt, at least not on Unix. We could add the import only for the mingw case, but I'd argue that the mingw linker should be doing this automatically.