Reactos

[WDF] Add missing NTAPIs to the NoOp functions

+2
+2
sdk/include/wdf/kmdf/1.17/wdfqueryinterface.h
··· 190 190 // 191 191 FORCEINLINE 192 192 VOID 193 + NTAPI 193 194 WdfDeviceInterfaceReferenceNoOp( 194 195 _In_ PVOID Context 195 196 ) ··· 199 200 200 201 FORCEINLINE 201 202 VOID 203 + NTAPI 202 204 WdfDeviceInterfaceDereferenceNoOp( 203 205 _In_ PVOID Context 204 206 )