|
@@ -478,6 +478,8 @@ initialization
|
|
|
{ pass dummy value }
|
|
|
StackLength := CheckInitialStkLen($1000000);
|
|
|
StackBottom := StackTop - StackLength;
|
|
|
+ SetThreadStackGuarantee(@StackMargin);
|
|
|
+
|
|
|
{ get some helpful informations }
|
|
|
GetStartupInfo(@startupinfo);
|
|
|
{ some misc Win32 stuff }
|