From 5089fe1d77f380bf6fe279b226febbe81fbce26c Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Tue, 4 Mar 2008 00:18:45 +0000 Subject: [PATCH] replace another #if with GDIDBG macro svn path=/trunk/; revision=32554 --- reactos/subsystems/win32/win32k/objects/gdiobj.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/reactos/subsystems/win32/win32k/objects/gdiobj.c b/reactos/subsystems/win32/win32k/objects/gdiobj.c index 83cf0490ed4..b54a954240b 100644 --- a/reactos/subsystems/win32/win32k/objects/gdiobj.c +++ b/reactos/subsystems/win32/win32k/objects/gdiobj.c @@ -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