Silence warnings.

svn path=/trunk/; revision=41539
This commit is contained in:
Dmitry Gorbachev 2009-06-22 13:37:49 +00:00
parent 8374c07f2d
commit e890438845
2 changed files with 4 additions and 4 deletions

View file

@ -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)

View file

@ -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;