소스 검색

* Windows CE does not support SetThreadStackGuarantee

florian 1 년 전
부모
커밋
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));