+ init exceptions and the unicode string manager in the win16 system unit startup

git-svn-id: trunk@31611 -
This commit is contained in:
nickysn 2015-09-11 21:54:40 +00:00
parent 9997ee54fb
commit 181ee0b4d2

View File

@ -334,4 +334,6 @@ begin
IsLibrary := FALSE;
{ Setup heap }
InitWin16Heap;
SysInitExceptions;
initunicodestringmanager;
end.