Francois Gouget fgouget@free.fr writes:
So according to the dll separation rules we must not make msvcrt depend on an API not exported by a regular windows dll. But in the case of ntdll I'm not sure. Can we use native ntdll in Wine? I don't think so since it also exports things like 'wine_dbgstr_[aw]n?'. So maybe we can bend the rules a little and export _vsnwprintf anyway.
A better solution would be to put the *wprintf functions inside libwine_unicode.