Copy the vsnprintfW implementation from libunicode.so to msvcrt and
commitdb0d0bb39bfd362c92ede6ac24c6892f890a3c37
authorMike McCormack <mike@codeweavers.com>
Wed, 2 Jun 2004 00:35:09 +0000 (2 00:35 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 2 Jun 2004 00:35:09 +0000 (2 00:35 +0000)
tree0e2828603fa31740a0b5f74a5219aac1e6c205ae
parentb90edfb2cd1874bc5643788a863bae2777db4735
Copy the vsnprintfW implementation from libunicode.so to msvcrt and
add a handler for the %S flag.  That requires a conversion to unicode
and knowledge of the current ASCII code page.
dlls/msvcrt/msvcrt.spec
dlls/msvcrt/wcs.c