2
0
Эх сурвалжийг харах

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

git-svn-id: trunk@12393 -
Tomas Hajny 16 жил өмнө
parent
commit
b873d3133f

+ 4 - 0
rtl/emx/system.pas

@@ -584,7 +584,11 @@ begin
     InitVariantManager;
 
 {$ifdef HASWIDESTRING}
+ {$ifdef VER2_2}
     InitWideStringManager;
+ {$else VER2_2}
+    InitUnicodeStringManager;
+ {$endif VER2_2}
 {$endif HASWIDESTRING}
 
     if os_Mode in [osDOS,osDPMI] then

+ 4 - 0
rtl/os2/system.pas

@@ -1195,7 +1195,11 @@ begin
     InitVariantManager;
 
 {$ifdef HASWIDESTRING}
+ {$ifdef VER2_2}
     InitWideStringManager;
+ {$else VER2_2}
+    InitUnicodeStringManager;
+ {$endif VER2_2}
 {$endif HASWIDESTRING}
 
 {$IFDEF EXTDUMPGROW}