소스 검색

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