"Andrey Turkin" <[EMAIL PROTECTED]> wrote: > + dllcache_wildcard = HeapAlloc(GetProcessHeap(), 0, strlenW( dllcache > )*sizeof(WCHAR) * sizeof(wildcardW));
Aren't there too much of multiplications? -- Dmitry.
"Andrey Turkin" <[EMAIL PROTECTED]> wrote: > + dllcache_wildcard = HeapAlloc(GetProcessHeap(), 0, strlenW( dllcache > )*sizeof(WCHAR) * sizeof(wildcardW));
Aren't there too much of multiplications? -- Dmitry.