replace another #if with GDIDBG macro

svn path=/trunk/; revision=32554
This commit is contained in:
Timo Kreuzer 2008-03-04 00:18:45 +00:00
parent 351736138c
commit 5089fe1d77

View file

@ -361,10 +361,7 @@ LockErrorDebugOutput(HGDIOBJ hObj, PGDI_TABLE_ENTRY Entry, LPSTR Function)
DPRINT1("%s: Attempted to lock object 0x%x, something went wrong, typeinfo = 0x%x\n",
Function, hObj, Entry->Type);
}
#ifdef GDI_DEBUG
DPRINT1("-> called from:\n");
KeRosDumpStackFrames(NULL, 20);
#endif
GDIDBG_TRACECALLER();
}
ULONG