mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
replace another #if with GDIDBG macro
svn path=/trunk/; revision=32554
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user