Implement a typelib loader cache

Alexandre Julliard julliard at winehq.org
Tue Aug 12 15:54:25 CDT 2003


Mike Hearn <mike at theoretic.com> writes:

> ChangeLog:
> Implement a typelib loader cache

You'll need to protect the list with a critical section. Also it's
probably better to store the list directly in the typelib structure
instead of allocating a separate object.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list