mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:53:40 +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
|
NTSTATUS
|
||||||
WINAPI
|
WINAPI
|
||||||
BaseCreateStack(HANDLE hProcess,
|
BaseCreateStack(HANDLE hProcess,
|
||||||
SIZE_T StackReserve,
|
|
||||||
SIZE_T StackCommit,
|
SIZE_T StackCommit,
|
||||||
|
SIZE_T StackReserve,
|
||||||
PINITIAL_TEB InitialTeb)
|
PINITIAL_TEB InitialTeb)
|
||||||
{
|
{
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue