Fix compile (debug information is removed from Spare[2], but noone uses it).

svn path=/trunk/; revision=25634
This commit is contained in:
Aleksey Bragin 2007-01-26 10:07:26 +00:00
parent 35c5b063fd
commit d1beb35b7d

View file

@ -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
};
/***********************************************************************