Mike McCormack mike@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.