mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 22:49:44 +00:00
[KERNEL32] Addendum to 0e3a0435
(PR #803): always return TRUE in the stub-plemented SetThreadStackGuarantee() to continue satisfying programs that use it. CORE-15989
This commit is contained in:
parent
f681bad246
commit
77d234b049
1 changed files with 2 additions and 2 deletions
|
@ -985,8 +985,8 @@ SetThreadStackGuarantee(IN OUT PULONG StackSizeInBytes)
|
||||||
// FIXME: Unimplemented!
|
// FIXME: Unimplemented!
|
||||||
UNIMPLEMENTED_ONCE;
|
UNIMPLEMENTED_ONCE;
|
||||||
|
|
||||||
// return TRUE;
|
// Temporary HACK for supporting applications!
|
||||||
return FALSE;
|
return TRUE; // FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue