ntdll: Guard debugging code by #ifdef instead of plain #if.

This commit is contained in:
Gerald Pfeifer 2009-12-07 16:07:29 +01:00 committed by Alexandre Julliard
parent 538c8bc5e8
commit 43d0720335

View file

@ -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;