ソースを参照

+ 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;
   InitSystemDynLibs;
 { Reset IO Error }
 { Reset IO Error }
   InOutRes:=0;
   InOutRes:=0;
+{$ifdef FPC_HAS_FEATURE_THREADING}
+  InitSystemThreads;
+{$endif}
 end.
 end.