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)
|
BOOL WINAPI SetThreadStackGuarantee(PULONG stacksize)
|
||||||
{
|
{
|
||||||
FIXME("(%p): stub\n", stacksize);
|
FIXME("(%p): stub\n", stacksize);
|
||||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
return TRUE;
|
||||||
return FALSE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
Loading…
Reference in New Issue