mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
Fix parameters of ExAllocatePoolWithQuota and ExAllocatePoolWithQuotaTag
svn path=/trunk/; revision=43561
This commit is contained in:
@@ -662,7 +662,7 @@ ExQueryPoolBlockSize(IN PVOID PoolBlock,
|
||||
PVOID
|
||||
NTAPI
|
||||
ExAllocatePoolWithQuota(IN POOL_TYPE PoolType,
|
||||
IN ULONG NumberOfBytes)
|
||||
IN SIZE_T NumberOfBytes)
|
||||
{
|
||||
//
|
||||
// Allocate the pool
|
||||
@@ -693,7 +693,7 @@ ExAllocatePoolWithTagPriority(IN POOL_TYPE PoolType,
|
||||
PVOID
|
||||
NTAPI
|
||||
ExAllocatePoolWithQuotaTag(IN POOL_TYPE PoolType,
|
||||
IN ULONG NumberOfBytes,
|
||||
IN SIZE_T NumberOfBytes,
|
||||
IN ULONG Tag)
|
||||
{
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user