mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
added trivial comment reference consistancy with DDK prototype.
svn path=/trunk/; revision=3721
This commit is contained in:
parent
ccb6663108
commit
c37549f7cd
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: rtl.h,v 1.68 2002/09/17 23:41:43 dwelch Exp $
|
||||
/* $Id: rtl.h,v 1.69 2002/11/10 13:34:42 robd Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -696,8 +696,8 @@ STDCALL
|
|||
RtlCreateHeap (
|
||||
ULONG Flags,
|
||||
PVOID BaseAddress,
|
||||
ULONG SizeToReserve,
|
||||
ULONG SizeToCommit,
|
||||
ULONG SizeToReserve, // dwMaximumSize
|
||||
ULONG SizeToCommit, // dwInitialSize
|
||||
PVOID Unknown,
|
||||
PRTL_HEAP_DEFINITION Definition
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue