From 6887acc456d5d78eb2fe9369dd62732e4ffcd184 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Thu, 11 Aug 2005 17:27:13 +0000 Subject: [PATCH] remove ros specific functions from public header svn path=/trunk/; revision=17288 --- reactos/w32api/include/ddk/winddk.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/reactos/w32api/include/ddk/winddk.h b/reactos/w32api/include/ddk/winddk.h index 79aa6f56cb8..ec92a4f007d 100644 --- a/reactos/w32api/include/ddk/winddk.h +++ b/reactos/w32api/include/ddk/winddk.h @@ -9838,16 +9838,6 @@ DbgSetDebugFilterState( IN ULONG Level, IN BOOLEAN State); -NTOSAPI -BOOLEAN -DDKAPI -KeRosPrintAddress ( PVOID address ); - -NTOSAPI -VOID -DDKAPI -KeRosDumpStackFrames ( PULONG Frame, ULONG FrameCount ); - #ifdef DBG #define KdPrint(_x_) DbgPrint _x_