Browse Source

* unicodestringmanager patch from r11743 extended to OS/2 and other platforms using system.pas instead of system.pp

git-svn-id: trunk@12394 -
Tomas Hajny 16 years ago
parent
commit
17a001354a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      rtl/atari/system.pas

+ 4 - 0
rtl/atari/system.pas

@@ -777,6 +777,10 @@ begin
   argc:=GetParamCount(args);
   argc:=GetParamCount(args);
   InitVariantManager;
   InitVariantManager;
 {$ifdef HASWIDESTRING}
 {$ifdef HASWIDESTRING}
+ {$ifdef VER2_2}
   InitWideStringManager;
   InitWideStringManager;
+ {$else VER2_2}
+  InitUnicodeStringManager;
+ {$endif VER2_2}
 {$endif HASWIDESTRING}
 {$endif HASWIDESTRING}
 end.
 end.