[DDK] Use FORCEINLINE instead of __inline, as in other DDK headers

This commit is contained in:
Hervé Poussineau 2020-12-01 18:55:29 +01:00
parent b483be4af2
commit 06a6eda0a1

View 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)