Re: comdlg32: printdlg: Fix number display in PrintDlgW()
Aug. 20, 2007
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
6793
Age (days ago)
6793
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard