From b9e90f28663689cb849efde3027cd223483fbfbd Mon Sep 17 00:00:00 2001 From: James Tabor Date: Tue, 20 Nov 2007 05:31:21 +0000 Subject: [PATCH] Sorry! revert the dump! svn path=/trunk/; revision=30584 --- 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 784dd1398e4..0b76f3611dd 100644 --- a/reactos/subsystems/win32/win32k/objects/gdiobj.c +++ b/reactos/subsystems/win32/win32k/objects/gdiobj.c @@ -33,10 +33,7 @@ NTAPI KeRosDumpStackFrames( PULONG Frame, ULONG FrameCount -) -{ - return; -} +); #define GDI_ENTRY_TO_INDEX(ht, e) \ (((ULONG_PTR)(e) - (ULONG_PTR)&((ht)->Entries[0])) / sizeof(GDI_TABLE_ENTRY))