GetDefaultPrinter A->W
Alexandre Julliard
julliard at winehq.org
Tue Feb 17 16:37:46 CST 2004
Stefan Leichter <Stefan.Leichter at camLine.com> 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
julliard at winehq.org
More information about the wine-devel
mailing list