From cf13bacbbad47c03f21e9b430ebd34f0778baa92 Mon Sep 17 00:00:00 2001 From: nickysn Date: Sat, 8 Oct 2016 22:04:40 +0000 Subject: [PATCH] + call InitSystemThreads in the win16 system unit as well git-svn-id: trunk@34682 - --- rtl/win16/system.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rtl/win16/system.pp b/rtl/win16/system.pp index 3f85f25510..5aa8309f84 100644 --- a/rtl/win16/system.pp +++ b/rtl/win16/system.pp @@ -480,4 +480,7 @@ begin InitSystemDynLibs; { Reset IO Error } InOutRes:=0; +{$ifdef FPC_HAS_FEATURE_THREADING} + InitSystemThreads; +{$endif} end.