ntdll: Guard debugging code by #ifdef instead of plain #if.
This commit is contained in:
parent
538c8bc5e8
commit
43d0720335
|
@ -230,7 +230,7 @@ static void VIRTUAL_DumpView( FILE_VIEW *view )
|
|||
/***********************************************************************
|
||||
* VIRTUAL_Dump
|
||||
*/
|
||||
#if WINE_VM_DEBUG
|
||||
#ifdef WINE_VM_DEBUG
|
||||
static void VIRTUAL_Dump(void)
|
||||
{
|
||||
sigset_t sigset;
|
||||
|
|
Loading…
Reference in New Issue