"Mike Hearn" mike@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?