qmgr: Force debug info in critical sections.
This commit is contained in:
parent
27e70ba8ec
commit
fae3b7a90f
1 changed files with 1 additions and 1 deletions
|
@ -1145,7 +1145,7 @@ HRESULT BackgroundCopyJobConstructor(LPCWSTR displayName, BG_JOB_TYPE type, GUID
|
|||
|
||||
This->IBackgroundCopyJob4_iface.lpVtbl = &BackgroundCopyJobVtbl;
|
||||
This->IBackgroundCopyJobHttpOptions_iface.lpVtbl = &http_options_vtbl;
|
||||
InitializeCriticalSection(&This->cs);
|
||||
InitializeCriticalSectionEx(&This->cs, 0, RTL_CRITICAL_SECTION_FLAG_FORCE_DEBUG_INFO);
|
||||
This->cs.DebugInfo->Spare[0] = (DWORD_PTR)(__FILE__ ": BackgroundCopyJobImpl.cs");
|
||||
|
||||
This->ref = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue