diff --git a/reactos/lib/rtl/heap.c b/reactos/lib/rtl/heap.c index 175d9c1e05f..9511de59470 100644 --- a/reactos/lib/rtl/heap.c +++ b/reactos/lib/rtl/heap.c @@ -204,7 +204,7 @@ static RTL_CRITICAL_SECTION_DEBUG process_heap_critsect_debug = { 0, 0, NULL, /* will be set later */ { &process_heap_critsect_debug.ProcessLocksList, &process_heap_critsect_debug.ProcessLocksList }, - 0, 0, { (DWORD_PTR)(__FILE__ ": main process heap section") } + 0, 0, 0, 0, 0 }; /***********************************************************************