Fix some functions to match their prototypes

svn path=/trunk/; revision=27966
This commit is contained in:
Thomas Bluemel 2007-07-28 19:15:10 +00:00
parent 3fc2770451
commit 2c89355466
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
static PVOID
NTAPI
CmpAllocate (ULONG Size, BOOLEAN Paged)
CmpAllocate (SIZE_T Size, BOOLEAN Paged)
{
return MmAllocateMemory(Size);
}

View file

@ -308,7 +308,7 @@ HvpCreateHiveFreeCellList(
HCELL_INDEX CMAPI
HvAllocateCell(
PHHIVE RegistryHive,
ULONG Size,
SIZE_T Size,
HV_STORAGE_TYPE Storage)
{
PHCELL FreeCell;