浏览代码

+ call InitSystemThreads in the win16 system unit as well

git-svn-id: trunk@34682 -
nickysn 8 年之前
父节点
当前提交
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.