20 Aug
2007
20 Aug
'07
10:09 a.m.
Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> writes:
vsprintfW and friends do not support float numbers, so we have to format an initial string with printf() and then print it to a wide string with vsprintfW()'s %hs format.
For a simply conversion to Unicode MultiByteToWideChar is a better choice. -- Alexandre Julliard julliard(a)winehq.org