17 Feb
2004
17 Feb
'04
10:31 p.m.
Am Dienstag, 17. Februar 2004 21:41 schrieb Alexandre Julliard:
Stefan Leichter <Stefan.Leichter(a)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