propsys: Force debug info in critical sections.
This commit is contained in:
parent
0efd48113e
commit
67bea281cc
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ HRESULT PropertyStore_CreateInstance(IUnknown *pUnkOuter, REFIID iid, void** ppv
|
|||
|
||||
This->IPropertyStoreCache_iface.lpVtbl = &PropertyStore_Vtbl;
|
||||
This->ref = 1;
|
||||
InitializeCriticalSection(&This->lock);
|
||||
InitializeCriticalSectionEx(&This->lock, 0, RTL_CRITICAL_SECTION_FLAG_FORCE_DEBUG_INFO);
|
||||
This->lock.DebugInfo->Spare[0] = (DWORD_PTR)(__FILE__ ": PropertyStore.lock");
|
||||
list_init(&This->formats);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue