mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
remove ros specific functions from public header
svn path=/trunk/; revision=17288
This commit is contained in:
parent
c247f5f8b2
commit
6887acc456
1 changed files with 0 additions and 10 deletions
|
@ -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_
|
||||
|
|
Loading…
Reference in a new issue