* InitThread variant without parameters as user threads normally cannot know the max. stack size

git-svn-id: trunk@43068 -
This commit is contained in:
florian 2019-09-25 21:19:01 +00:00
parent 14b7eaa46f
commit 5ed2475c85

View File

@ -96,6 +96,13 @@ Var
CurrentTM.ReleaseThreadVars;
end;
procedure InitThread;
begin
{ we should find a reasonable value here }
InitThread($1000000);
end;
{*****************************************************************************
Overloaded functions
*****************************************************************************}