[KERNEL32]

- Fix mixed arguments.
CORE-9201 #resolve
CORE-9124 #comment Please retest

svn path=/trunk/; revision=66324
This commit is contained in:
Jérôme Gardou 2015-02-16 21:13:36 +00:00
parent 660ebacbe6
commit b9ea54f29a

View file

@ -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;