comdlg32: printdlg: Fix number display in PrintDlgW()

Alexandre Julliard julliard at winehq.org
Mon Aug 20 05:09:39 CDT 2007


Alexander Nicolaysen Sørnes <alex at 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 at winehq.org



More information about the wine-devel mailing list