瀏覽代碼

+ call InitSystemThreads in the win16 system unit as well

git-svn-id: trunk@34682 -
nickysn 9 年之前
父節點
當前提交
cf13bacbba
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      rtl/win16/system.pp

+ 3 - 0
rtl/win16/system.pp

@@ -480,4 +480,7 @@ begin
   InitSystemDynLibs;
 { Reset IO Error }
   InOutRes:=0;
+{$ifdef FPC_HAS_FEATURE_THREADING}
+  InitSystemThreads;
+{$endif}
 end.