Mike McCormack <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]


Reply via email to