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