9 Aug
2003
9 Aug
'03
8:12 p.m.
"Mike Hearn" <mike(a)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.