* Windows CE does not support SetThreadStackGuarantee

This commit is contained in:
florian 2024-01-25 22:05:41 +01:00
parent 11b0b9dc57
commit a2f2af87d2

View File

@ -229,7 +229,9 @@ var
if ThreadID=TThreadID(0) then
begin
InitThread(ti.stklen);
{$ifndef wince}
SetThreadStackGuarantee(@StackMargin);
{$endif wince}
end;
dispose(pthreadinfo(param));