Question about libwine_unicode functions and others in WINE

Dmitry Timoshkov dmitry at baikal.ru
Tue Dec 2 11:13:46 CST 2003


"Robert Shearman" <R.J.Shearman at warwick.ac.uk> wrote:

> However, couldn't we just replace the libwine_unicode function with an
> appropriate (well-documented) kernel32 string function:
> strcatW -> lstrcatW
> strcmpW -> lstrcmpW
> strcpyW -> lstrcpyW
> strlenW -> lstrlenW
> ...
> etc

No. The above APIs use SEH internally which make things a lot slower.
I think ReactOS wants to avoid them as well, as much as possible and
use some internal versions instead.

-- 
Dmitry.





More information about the wine-devel mailing list