mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +00:00
[DDK]
- Use FORCEINLINE where appropriate svn path=/trunk/; revision=75145
This commit is contained in:
parent
547949716c
commit
cf62382937
2 changed files with 2 additions and 2 deletions
|
@ -549,7 +549,7 @@ RxFinalizeSrvOpen(
|
|||
_In_ BOOLEAN RecursiveFinalize,
|
||||
_In_ BOOLEAN ForceFinalize);
|
||||
|
||||
extern INLINE
|
||||
FORCEINLINE
|
||||
PUNICODE_STRING
|
||||
GET_ALREADY_PREFIXED_NAME(
|
||||
PMRX_SRV_OPEN SrvOpen,
|
||||
|
|
|
@ -130,7 +130,7 @@ typedef struct _RDBSS_DEVICE_OBJECT {
|
|||
RDBSS_SCAVENGER RdbssScavengerInDeviceObject;
|
||||
} RDBSS_DEVICE_OBJECT, *PRDBSS_DEVICE_OBJECT;
|
||||
|
||||
extern INLINE
|
||||
FORCEINLINE
|
||||
VOID
|
||||
NTAPI
|
||||
RxUnregisterMinirdr(
|
||||
|
|
Loading…
Reference in a new issue