Explorar o código

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

git-svn-id: trunk@31611 -
nickysn %!s(int64=10) %!d(string=hai) anos
pai
achega
181ee0b4d2
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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.