From d1beb35b7db513d5d4eec4fd44d0d08c6cfd05f5 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Fri, 26 Jan 2007 10:07:26 +0000 Subject: [PATCH] Fix compile (debug information is removed from Spare[2], but noone uses it). svn path=/trunk/; revision=25634 --- reactos/lib/rtl/heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; /***********************************************************************