mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 15:39:29 +02:00
* Windows CE does not support SetThreadStackGuarantee
This commit is contained in:
parent
11b0b9dc57
commit
a2f2af87d2
@ -229,7 +229,9 @@ var
|
||||
if ThreadID=TThreadID(0) then
|
||||
begin
|
||||
InitThread(ti.stklen);
|
||||
{$ifndef wince}
|
||||
SetThreadStackGuarantee(@StackMargin);
|
||||
{$endif wince}
|
||||
end;
|
||||
|
||||
dispose(pthreadinfo(param));
|
||||
|
Loading…
Reference in New Issue
Block a user