wbemprox: Force debug info in critical sections.
This commit is contained in:
parent
4cc9ee7e67
commit
0d51cce2fb
1 changed files with 1 additions and 1 deletions
|
@ -992,7 +992,7 @@ HRESULT WbemServices_create( const WCHAR *namespace, IWbemContext *context, LPVO
|
|||
ws->IWbemServices_iface.lpVtbl = &wbem_services_vtbl;
|
||||
ws->refs = 1;
|
||||
ws->ns = ns;
|
||||
InitializeCriticalSection( &ws->cs );
|
||||
InitializeCriticalSectionEx( &ws->cs, 0, RTL_CRITICAL_SECTION_FLAG_FORCE_DEBUG_INFO );
|
||||
ws->cs.DebugInfo->Spare[0] = (DWORD_PTR)(__FILE__ ": wbemprox_services.cs");
|
||||
if (context)
|
||||
IWbemContext_Clone( context, &ws->context );
|
||||
|
|
Loading…
Add table
Reference in a new issue