Forráskód Böngészése

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

git-svn-id: trunk@31611 -
nickysn 10 éve
szülő
commit
181ee0b4d2
1 módosított fájl, 2 hozzáadás és 0 törlés
  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.