Browse Source

+ PS1: initialize the unicode string manager

Nikolay Nikolov 10 months ago
parent
commit
6914d812fd
1 changed files with 3 additions and 0 deletions
  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.