浏览代码

* 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 年之前
父节点
当前提交
17a001354a
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      rtl/atari/system.pas

+ 4 - 0
rtl/atari/system.pas

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