remove ros specific functions from public header
Modified: trunk/reactos/w32api/include/ddk/winddk.h
--- trunk/reactos/w32api/include/ddk/winddk.h 2005-08-11 15:55:25 UTC (rev 17287) +++ trunk/reactos/w32api/include/ddk/winddk.h 2005-08-11 17:27:13 UTC (rev 17288) @@ -9838,16 +9838,6 @@
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_