kernel32: Quiet an extremely verbose stub fixme.
This commit is contained in:
parent
9af12506b0
commit
db48235880
|
@ -377,6 +377,8 @@ BOOL WINAPI SetThreadPriorityBoost(
|
||||||
*/
|
*/
|
||||||
BOOL WINAPI SetThreadStackGuarantee(PULONG stacksize)
|
BOOL WINAPI SetThreadStackGuarantee(PULONG stacksize)
|
||||||
{
|
{
|
||||||
|
static int once;
|
||||||
|
if (once++ == 0)
|
||||||
FIXME("(%p): stub\n", stacksize);
|
FIXME("(%p): stub\n", stacksize);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue