mirror of
https://github.com/reactos/wine.git
synced 2025-02-13 16:59:37 +00:00
kernel32: Make SetThreadStackGuarantee stub return TRUE.
This commit is contained in:
parent
d647bd108c
commit
53b551440c
@ -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…
x
Reference in New Issue
Block a user