Implement a typelib loader cache

Dmitry Timoshkov dmitry at baikal.ru
Sat Aug 9 20:12:05 CDT 2003


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

> Implement a typelib loader cache, minor debug message improvements

+ for (entry = tlb_cache_tail; entry != NULL; entry = entry->next)
+ if (!strcmpW(entry->path, szPath)) {
+ TRACE("cache hit\n");

Shouldn't this be a case insensitive comparison?

-- 
Dmitry.





More information about the wine-devel mailing list