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.
Back to the thread
Back to the list