mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
kernel32: Make SetThreadStackGuarantee stub return TRUE.
This commit is contained in:
parent
d647bd108c
commit
53b551440c
1 changed files with 1 additions and 2 deletions
|
@ -378,8 +378,7 @@ BOOL WINAPI SetThreadPriorityBoost(
|
|||
BOOL WINAPI SetThreadStackGuarantee(PULONG stacksize)
|
||||
{
|
||||
FIXME("(%p): stub\n", stacksize);
|
||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/**********************************************************************
|
||||
|
|
Loading…
Reference in a new issue