[ros-diffs] [weiden] 27966: Fix some functions to match their prototypes

weiden at svn.reactos.org weiden at svn.reactos.org
Sat Jul 28 21:15:11 CEST 2007


Author: weiden
Date: Sat Jul 28 23:15:10 2007
New Revision: 27966

URL: http://svn.reactos.org/svn/reactos?rev=27966&view=rev
Log:
Fix some functions to match their prototypes

Modified:
    trunk/reactos/boot/freeldr/freeldr/reactos/binhive.c
    trunk/reactos/lib/cmlib/hivecell.c

Modified: trunk/reactos/boot/freeldr/freeldr/reactos/binhive.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/reactos/binhive.c?rev=27966&r1=27965&r2=27966&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/reactos/binhive.c (original)
+++ trunk/reactos/boot/freeldr/freeldr/reactos/binhive.c Sat Jul 28 23:15:10 2007
@@ -27,7 +27,7 @@
 
 static PVOID
 NTAPI
-CmpAllocate (ULONG Size, BOOLEAN Paged)
+CmpAllocate (SIZE_T Size, BOOLEAN Paged)
 {
   return MmAllocateMemory(Size);
 }

Modified: trunk/reactos/lib/cmlib/hivecell.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/cmlib/hivecell.c?rev=27966&r1=27965&r2=27966&view=diff
==============================================================================
--- trunk/reactos/lib/cmlib/hivecell.c (original)
+++ trunk/reactos/lib/cmlib/hivecell.c Sat Jul 28 23:15:10 2007
@@ -308,7 +308,7 @@
 HCELL_INDEX CMAPI
 HvAllocateCell(
    PHHIVE RegistryHive,
-   ULONG Size,
+   SIZE_T Size,
    HV_STORAGE_TYPE Storage)
 {
    PHCELL FreeCell;




More information about the Ros-diffs mailing list