Get rid of W->A calls: QueryDosDevice

Alexandre Julliard julliard at winehq.org
Tue Aug 26 19:38:34 CDT 2003


Stefan Leichter <Stefan.Leichter at camLine.com> writes:

> +        pNum  = (WCHAR* )devname + strlenW(comW);
> +        swscanf(pNum, L"%d%n", &inst, &numsiz);

You can't use wide char constants or functions in Wine, you have to
use the WCHAR ones.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list