http://bugs.winehq.org/show_bug.cgi?id=321
------- Additional Comments From us@the-edmeades.demon.co.uk 2005-06-03 14:54 ------- Not quite... A simple pgm: printf("%s\n", "test"); printf("%s (%S) %c (%C)\n", "test", L"test2", 'X', L'Y'); still fails, because msvcrt printf calls vsnprintf not the internal MSVCRT_vsnprintf. Patch sent to wine-patches to resolve this: http://www.winehq.org/hypermail/wine-patches/2005/03/0116.html
Will resolve/fixed this bug once patch comitted