mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 22:13:53 +00:00
[RXCE] Implement RxInitializeDebugSupport()
This commit is contained in:
parent
ac3e4a4895
commit
b840f65362
2 changed files with 11 additions and 8 deletions
|
@ -6771,14 +6771,6 @@ RxIndicateChangeOfBufferingStateForSrvOpen(
|
|||
UNIMPLEMENTED;
|
||||
}
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
RxInitializeDebugSupport(
|
||||
VOID)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
}
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
|
|
|
@ -4609,6 +4609,17 @@ RxInitializeContext(
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
VOID
|
||||
NTAPI
|
||||
RxInitializeDebugSupport(
|
||||
VOID)
|
||||
{
|
||||
/* Nothing to do */
|
||||
}
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue