"Mike Hearn" <[EMAIL PROTECTED]> 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.



Reply via email to