mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[FREELDR]
Properly declare with FORCEINLINE svn path=/trunk/; revision=63017
This commit is contained in:
@@ -170,16 +170,16 @@ FrLdrHeapFree(PVOID MemoryPointer, ULONG Tag)
|
||||
FrLdrHeapFreeEx(FrLdrDefaultHeap, MemoryPointer, Tag);
|
||||
}
|
||||
|
||||
PVOID
|
||||
FORCEINLINE
|
||||
PVOID
|
||||
FrLdrTempAlloc(
|
||||
ULONG Size, ULONG Tag)
|
||||
{
|
||||
return FrLdrHeapAllocateEx(FrLdrTempHeap, Size, Tag);
|
||||
}
|
||||
|
||||
VOID
|
||||
FORCEINLINE
|
||||
VOID
|
||||
FrLdrTempFree(
|
||||
PVOID Allocation, ULONG Tag)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user