[DDK] Use FORCEINLINE instead of __inline, as in other DDK headers
authorHervé Poussineau <hpoussin@reactos.org>
Tue, 1 Dec 2020 17:55:29 +0000 (18:55 +0100)
committerHervé Poussineau <hpoussin@reactos.org>
Tue, 1 Dec 2020 17:56:02 +0000 (18:56 +0100)
sdk/include/ddk/classpnp.h

index e8fda74..65cd35f 100644 (file)
@@ -1432,7 +1432,7 @@ ClassSendNotification(
 
 #endif /* (NTDDI_VERSION >= NTDDI_VISTA) */
 
-__inline
+FORCEINLINE
 UCHAR
 GET_FDO_EXTENSON_SENSE_DATA_LENGTH (
   _In_ PFUNCTIONAL_DEVICE_EXTENSION FdoExtension)