[RXCE] Implement RxInitializeDebugSupport()

This commit is contained in:
Pierre Schweitzer 2017-11-01 11:20:28 +01:00
parent ac3e4a4895
commit b840f65362
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
2 changed files with 11 additions and 8 deletions

View file

@ -6771,14 +6771,6 @@ RxIndicateChangeOfBufferingStateForSrvOpen(
UNIMPLEMENTED;
}
VOID
NTAPI
RxInitializeDebugSupport(
VOID)
{
UNIMPLEMENTED;
}
/*
* @implemented
*/

View file

@ -4609,6 +4609,17 @@ RxInitializeContext(
}
}
/*
* @implemented
*/
VOID
NTAPI
RxInitializeDebugSupport(
VOID)
{
/* Nothing to do */
}
/*
* @implemented
*/