- Start deprecating TAG()
[reactos.git] / reactos / subsystems / win32 / win32k / objects / gdidbg.c
index a67189d..a9991ad 100644 (file)
@@ -1,6 +1,6 @@
 #ifdef GDI_DEBUG
 
-#define KeRosDumpStackFrames(Frames, Count) KdSystemDebugControl(TAG('R', 'o', 's', 'D'), (PVOID)Frames, Count, NULL, 0, NULL, KernelMode)
+#define KeRosDumpStackFrames(Frames, Count) KdSystemDebugControl('DsoR', (PVOID)Frames, Count, NULL, 0, NULL, KernelMode)
 NTSYSAPI ULONG APIENTRY RtlWalkFrameChain(OUT PVOID *Callers, IN ULONG Count, IN ULONG Flags);
 
 static int leak_reported = 0;