mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08: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