mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[KERNEL32]
- Fix mixed arguments. CORE-9201 #resolve CORE-9124 #comment Please retest svn path=/trunk/; revision=66324
This commit is contained in:
parent
660ebacbe6
commit
b9ea54f29a
1 changed files with 1 additions and 1 deletions
|
@ -351,8 +351,8 @@ BaseFormatObjectAttributes(OUT POBJECT_ATTRIBUTES ObjectAttributes,
|
|||
NTSTATUS
|
||||
WINAPI
|
||||
BaseCreateStack(HANDLE hProcess,
|
||||
SIZE_T StackReserve,
|
||||
SIZE_T StackCommit,
|
||||
SIZE_T StackReserve,
|
||||
PINITIAL_TEB InitialTeb)
|
||||
{
|
||||
NTSTATUS Status;
|
||||
|
|
Loading…
Reference in a new issue