Quellcode durchsuchen

+ PS1: initialize the unicode string manager

Nikolay Nikolov vor 1 Jahr
Ursprung
Commit
6914d812fd
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      rtl/ps1/system.pp

+ 3 - 0
rtl/ps1/system.pp

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