mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[DDK] Use FORCEINLINE instead of __inline, as in other DDK headers
This commit is contained in:
parent
b483be4af2
commit
06a6eda0a1
1 changed files with 1 additions and 1 deletions
|
@ -1432,7 +1432,7 @@ ClassSendNotification(
|
|||
|
||||
#endif /* (NTDDI_VERSION >= NTDDI_VISTA) */
|
||||
|
||||
__inline
|
||||
FORCEINLINE
|
||||
UCHAR
|
||||
GET_FDO_EXTENSON_SENSE_DATA_LENGTH (
|
||||
_In_ PFUNCTIONAL_DEVICE_EXTENSION FdoExtension)
|
||||
|
|
Loading…
Reference in a new issue