mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:45:44 +00:00
Silence warnings.
svn path=/trunk/; revision=41539
This commit is contained in:
parent
8374c07f2d
commit
e890438845
2 changed files with 4 additions and 4 deletions
|
@ -574,8 +574,8 @@ ExInsertFastReference(IN OUT PEX_FAST_REF FastRef,
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
BOOLEAN
|
||||
FORCEINLINE
|
||||
BOOLEAN
|
||||
ExReleaseFastReference(IN PEX_FAST_REF FastRef,
|
||||
IN PVOID Object)
|
||||
{
|
||||
|
@ -609,8 +609,8 @@ ExReleaseFastReference(IN PEX_FAST_REF FastRef,
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
EX_FAST_REF
|
||||
FORCEINLINE
|
||||
EX_FAST_REF
|
||||
ExSwapFastReference(IN PEX_FAST_REF FastRef,
|
||||
IN PVOID Object)
|
||||
{
|
||||
|
@ -636,8 +636,8 @@ ExSwapFastReference(IN PEX_FAST_REF FastRef,
|
|||
return OldValue;
|
||||
}
|
||||
|
||||
EX_FAST_REF
|
||||
FORCEINLINE
|
||||
EX_FAST_REF
|
||||
ExCompareSwapFastReference(IN PEX_FAST_REF FastRef,
|
||||
IN PVOID Object,
|
||||
IN PVOID OldObject)
|
||||
|
|
|
@ -1158,8 +1158,8 @@ MiMapPageToZeroInHyperSpace(IN PFN_NUMBER Page);
|
|||
//
|
||||
// ReactOS Compatibility Layer
|
||||
//
|
||||
PVOID
|
||||
FORCEINLINE
|
||||
PVOID
|
||||
MmCreateHyperspaceMapping(IN PFN_NUMBER Page)
|
||||
{
|
||||
HyperProcess = (PEPROCESS)KeGetCurrentThread()->ApcState.Process;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue