Przeglądaj źródła

+ PS1: initialize the unicode string manager

Nikolay Nikolov 1 rok temu
rodzic
commit
6914d812fd
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      rtl/ps1/system.pp

+ 3 - 0
rtl/ps1/system.pp

@@ -124,5 +124,8 @@ begin
   { Init exceptions }
   SysInitExceptions;
 
+  { Init unicode strings }
+  initunicodestringmanager;
+
   InOutRes:= 0;
 end.