mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 09:20:43 +08: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:
@@ -985,8 +985,8 @@ SetThreadStackGuarantee(IN OUT PULONG StackSizeInBytes)
|
||||
// FIXME: Unimplemented!
|
||||
UNIMPLEMENTED_ONCE;
|
||||
|
||||
// return TRUE;
|
||||
return FALSE;
|
||||
// Temporary HACK for supporting applications!
|
||||
return TRUE; // FALSE;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user