Re: msi: Register the typelib
7 Feb
2007
7 Feb
'07
7:53 p.m.
Mike McCormack <mike(a)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(a)winehq.org
6890
Age (days ago)
6890
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard