mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[WDF] Add missing NTAPIs to the NoOp functions
This commit is contained in:
@@ -190,6 +190,7 @@ WdfDeviceAddQueryInterface(
|
||||
//
|
||||
FORCEINLINE
|
||||
VOID
|
||||
NTAPI
|
||||
WdfDeviceInterfaceReferenceNoOp(
|
||||
_In_ PVOID Context
|
||||
)
|
||||
@@ -199,6 +200,7 @@ WdfDeviceInterfaceReferenceNoOp(
|
||||
|
||||
FORCEINLINE
|
||||
VOID
|
||||
NTAPI
|
||||
WdfDeviceInterfaceDereferenceNoOp(
|
||||
_In_ PVOID Context
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user