ole32: Force debug info in critical sections.
This commit is contained in:
parent
e02b3379eb
commit
6e1e52cbc3
1 changed files with 1 additions and 1 deletions
|
@ -2513,7 +2513,7 @@ static HRESULT PropertyStorage_BaseConstruct(IStream *stm,
|
|||
|
||||
(*pps)->IPropertyStorage_iface.lpVtbl = &IPropertyStorage_Vtbl;
|
||||
(*pps)->ref = 1;
|
||||
InitializeCriticalSection(&(*pps)->cs);
|
||||
InitializeCriticalSectionEx(&(*pps)->cs, 0, RTL_CRITICAL_SECTION_FLAG_FORCE_DEBUG_INFO);
|
||||
(*pps)->cs.DebugInfo->Spare[0] = (DWORD_PTR)(__FILE__ ": PropertyStorage_impl.cs");
|
||||
(*pps)->stm = stm;
|
||||
(*pps)->fmtid = *rfmtid;
|
||||
|
|
Loading…
Add table
Reference in a new issue