Commit bbe1c753 authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

dmime: Force debug info in critical sections.

parent fb64ea86
......@@ -2291,7 +2291,7 @@ HRESULT create_dmperformance(REFIID iid, void **ret_iface)
obj->ref = 1;
obj->pDefaultPath = NULL;
InitializeCriticalSection(&obj->safe);
InitializeCriticalSectionEx(&obj->safe, 0, RTL_CRITICAL_SECTION_FLAG_FORCE_DEBUG_INFO);
obj->safe.DebugInfo->Spare[0] = (DWORD_PTR)(__FILE__ ": performance->safe");
wine_rb_init(&obj->channel_blocks, channel_block_compare);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment