[PATCH 1/2] oleaut32: Convert ITypeInfo implementation to use standard linked list

Alexandre Julliard julliard at winehq.org
Mon Dec 13 10:27:37 CST 2010


Andrew Eikum <aeikum at codeweavers.com> writes:

> Typelib objects on Windows support both the reading and the creation
> interfaces.  I find it unlikely that they maintain two different
> structures depending on which interface is being used, as Wine
> currently (sort of) does.  I think the question is whether the
> structures should assist reading or creation.

Clearly it should be optimized for reading, that happens much more
frequently.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list