Stefan Leichter <[EMAIL PROTECTED]> writes:

> Please tell my why! It is exported from ntdll.
> @ cdecl wcschr(wstr long) NTDLL_wcschr
> what is wrong with this function?

There's no prototype for it, and if you don't import ntdll you'll call
the C library version which won't work. Use strchrW instead.

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to