j
k
j a
j l
Stefan Leichter Stefan.Leichter@camLine.com writes:
pNum = (WCHAR* )devname + strlenW(comW); swscanf(pNum, L"%d%n", &inst, &numsiz);
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.
Show replies by date
wine-devel@winehq.org
Add to favorites Remove from favorites