Browse Source

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

git-svn-id: trunk@31611 -
nickysn 10 years ago
parent
commit
181ee0b4d2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rtl/win16/system.pp

+ 2 - 0
rtl/win16/system.pp

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