Sorry! revert the dump!

svn path=/trunk/; revision=30584
This commit is contained in:
James Tabor 2007-11-20 05:31:21 +00:00
parent cc020a45fb
commit b9e90f2866

View file

@ -33,10 +33,7 @@ NTAPI
KeRosDumpStackFrames( KeRosDumpStackFrames(
PULONG Frame, PULONG Frame,
ULONG FrameCount ULONG FrameCount
) );
{
return;
}
#define GDI_ENTRY_TO_INDEX(ht, e) \ #define GDI_ENTRY_TO_INDEX(ht, e) \
(((ULONG_PTR)(e) - (ULONG_PTR)&((ht)->Entries[0])) / sizeof(GDI_TABLE_ENTRY)) (((ULONG_PTR)(e) - (ULONG_PTR)&((ht)->Entries[0])) / sizeof(GDI_TABLE_ENTRY))