From 48d9daadb9d88b0e78ce39a72137a8b5e3bcb03c Mon Sep 17 00:00:00 2001 From: nickysn Date: Thu, 1 Oct 2015 12:37:30 +0000 Subject: [PATCH] + init the dynlibs manager in the win16 system unit startup code git-svn-id: trunk@31900 - --- rtl/win16/system.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/rtl/win16/system.pp b/rtl/win16/system.pp index b55419e13c..0c63bec5fe 100644 --- a/rtl/win16/system.pp +++ b/rtl/win16/system.pp @@ -462,6 +462,7 @@ begin end else AllFilesMask := '*.*'; + InitSystemDynLibs; { Reset IO Error } InOutRes:=0; end.