[ros-diffs] [tkreuzer] 32554: replace another #if with GDIDBG macro

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Sun Mar 9 12:33:08 CET 2008


Author: tkreuzer
Date: Tue Mar  4 01:18:45 2008
New Revision: 32554

URL: http://svn.reactos.org/svn/reactos?rev=3D32554&view=3Drev
Log:
replace another #if with GDIDBG macro

Modified:
    trunk/reactos/subsystems/win32/win32k/objects/gdiobj.c

Modified: trunk/reactos/subsystems/win32/win32k/objects/gdiobj.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win3=
2k/objects/gdiobj.c?rev=3D32554&r1=3D32553&r2=3D32554&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/reactos/subsystems/win32/win32k/objects/gdiobj.c (original)
+++ trunk/reactos/subsystems/win32/win32k/objects/gdiobj.c Tue Mar  4 01:18=
:45 2008
@@ -361,10 +361,7 @@
         DPRINT1("%s: Attempted to lock object 0x%x, something went wrong, =
typeinfo =3D 0x%x\n",
                 Function, hObj, Entry->Type);
     }
-#ifdef GDI_DEBUG
-    DPRINT1("-> called from:\n");
-    KeRosDumpStackFrames(NULL, 20);
-#endif
+    GDIDBG_TRACECALLER();
 }
 =

 ULONG




More information about the Ros-diffs mailing list