Ver código fonte

+ PS1: initialize the unicode string manager

Nikolay Nikolov 1 ano atrás
pai
commit
6914d812fd
1 arquivos alterados com 3 adições e 0 exclusões
  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.