Explorar el Código

+ call InitSystemThreads in the win16 system unit as well

git-svn-id: trunk@34682 -
nickysn hace 8 años
padre
commit
cf13bacbba
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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.