[8/9] setupapi: implement SetupPromptForDiskA by wrapping around W version

Juan Lang juan.lang at gmail.com
Wed Feb 18 18:33:20 CST 2009


Hi Ricardo,

+    DialogTitleW = MultiByteToUnicode(DialogTitle, CP_UTF8);
You should be using CP_ACP here, not CP_UTF8.  Same applies to
remaining character conversions.  In fact, you could use strdupAtoW
instead.
--Juan



More information about the wine-devel mailing list