https://git.reactos.org/?p=reactos.git;a=commitdiff;h=06a6eda0a16fbf45886d1d...
commit 06a6eda0a16fbf45886d1d02aa87201a237b9463 Author: Hervé Poussineau hpoussin@reactos.org AuthorDate: Tue Dec 1 18:55:29 2020 +0100 Commit: Hervé Poussineau hpoussin@reactos.org CommitDate: Tue Dec 1 18:56:02 2020 +0100
[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)