From 06a6eda0a16fbf45886d1d02aa87201a237b9463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Tue, 1 Dec 2020 18:55:29 +0100 Subject: [PATCH] [DDK] Use FORCEINLINE instead of __inline, as in other DDK headers --- sdk/include/ddk/classpnp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/include/ddk/classpnp.h b/sdk/include/ddk/classpnp.h index e8fda74498f..65cd35fe81f 100644 --- a/sdk/include/ddk/classpnp.h +++ b/sdk/include/ddk/classpnp.h @@ -1432,7 +1432,7 @@ ClassSendNotification( #endif /* (NTDDI_VERSION >= NTDDI_VISTA) */ -__inline +FORCEINLINE UCHAR GET_FDO_EXTENSON_SENSE_DATA_LENGTH ( _In_ PFUNCTIONAL_DEVICE_EXTENSION FdoExtension)