Implement a typelib loader cache

Dmitry Timoshkov dmitry at baikal.ru
Sun Aug 10 06:48:51 CDT 2003


"Mike Hearn" <mike at theoretic.com> wrote:

> Yes, it should also be path normalized, but for some reason I remember
> that being more complex than I thought it'd be.
> 
> Which function should I use here? There is no strcasecmpW, in shlwapi
> there is a function which does that (StrCmpIW or something). Should I
> copy/paste that into unicode.h?

Just use strcmpiW instead of strcmpW. It's also declared in wine/unicode.h
and exported by libwine_unicode.

-- 
Dmitry.





More information about the wine-devel mailing list