msi: Register the typelib

Alexandre Julliard julliard at winehq.org
Wed Feb 7 13:53:14 CST 2007


Mike McCormack <mike at codeweavers.com> writes:

> +ITypeLib *get_msi_typelib( LPWSTR *path )
> +{
> +    static CRITICAL_SECTION cs = { NULL, -1, 0, 0, 0, 0 };

Please use the standard pattern for static critical sections. Setting
the debug info to NULL is reserved for global sections.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list