mirror of
https://github.com/reactos/reactos.git
synced 2025-07-15 21:44:03 +00:00
replace another #if with GDIDBG macro
svn path=/trunk/; revision=32554
This commit is contained in:
parent
351736138c
commit
5089fe1d77
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue