瀏覽代碼

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

git-svn-id: trunk@31611 -
nickysn 10 年之前
父節點
當前提交
181ee0b4d2
共有 1 個文件被更改,包括 2 次插入0 次删除
  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.