2
0
Эх сурвалжийг харах

* Windows CE does not support SetThreadStackGuarantee

florian 1 жил өмнө
parent
commit
a2f2af87d2
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      rtl/win/systhrd.inc

+ 2 - 0
rtl/win/systhrd.inc

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