ソースを参照

* 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.