Browse Source

+ call InitSystemThreads in the win16 system unit as well

git-svn-id: trunk@34682 -
nickysn 8 years ago
parent
commit
cf13bacbba
1 changed files with 3 additions and 0 deletions
  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.