[RXCE] Implement RxInitializeDebugSupport()

This commit is contained in:
Pierre Schweitzer
2017-11-01 12:07:18 +01:00
parent ac3e4a4895
commit b840f65362
2 changed files with 11 additions and 8 deletions
-8
View File
@@ -6771,14 +6771,6 @@ RxIndicateChangeOfBufferingStateForSrvOpen(
UNIMPLEMENTED;
}
VOID
NTAPI
RxInitializeDebugSupport(
VOID)
{
UNIMPLEMENTED;
}
/*
* @implemented
*/
+11
View File
@@ -4609,6 +4609,17 @@ RxInitializeContext(
}
}
/*
* @implemented
*/
VOID
NTAPI
RxInitializeDebugSupport(
VOID)
{
/* Nothing to do */
}
/*
* @implemented
*/