Am Dienstag, 17. Februar 2004 21:41 schrieb Alexandre Julliard:
Stefan Leichter Stefan.Leichter@camLine.com writes:
- if ((ptr = wcschr(buffer, (WCHAR) ',')) == NULL) {
- SetLastError (ERROR_INVALID_NAME);
You can't use wcs functions in Wine.
Please tell my why! It is exported from ntdll. @ cdecl wcschr(wstr long) NTDLL_wcschr what is wrong with this function?
Thanks Stefan