Selaa lähdekoodia

rtl: initialize DefaultSystemCodePage on aix,beos,haiku,solaris

git-svn-id: trunk@22428 -
paul 13 vuotta sitten
vanhempi
commit
88a10330c2
4 muutettua tiedostoa jossa 7 lisäystä ja 7 poistoa
  1. 2 2
      rtl/aix/system.pp
  2. 2 2
      rtl/beos/system.pp
  3. 2 2
      rtl/haiku/system.pp
  4. 1 1
      rtl/solaris/system.pp

+ 2 - 2
rtl/aix/system.pp

@@ -33,7 +33,7 @@ implementation
 
 { OS independant parts}
 
-{$I system.inc}
+{$I sysunix.inc}
 
 {*****************************************************************************
                        Misc. System Dependent Functions
@@ -283,7 +283,7 @@ Begin
   InitHeap;
   SysInitExceptions;
 
-  initunicodestringmanager;
+  InitUnixStrings;
 
 { Setup stdin, stdout and stderr }
   SysInitStdIO;

+ 2 - 2
rtl/beos/system.pp

@@ -29,7 +29,7 @@ function disable_debugger(state : integer): integer; external 'root' name 'disab
 
 { OS independant parts}
 
-{$I system.inc}
+{$I sysunix.inc}
 
 {*****************************************************************************
                          System Dependent Exit code
@@ -429,7 +429,7 @@ begin
   SysInitExceptions;
 //  WriteLn('after SysInitException');
 
-  initunicodestringmanager;
+  InitUnixStrings;
 { Setup IO }
   SysInitStdIO;
 { Reset IO Error }

+ 2 - 2
rtl/haiku/system.pp

@@ -29,7 +29,7 @@ function disable_debugger(state : integer): integer; cdecl; external 'root' name
 
 { OS independant parts}
 
-{$I system.inc}
+{$I sysunix.inc}
 
 {*****************************************************************************
                          System Dependent Exit code
@@ -463,7 +463,7 @@ begin
   SysInitExceptions;
 //  WriteLn('after SysInitException');
 
-  initunicodestringmanager;
+  InitUnixStrings;
 { Setup IO }
   SysInitStdIO;
 { Reset IO Error }

+ 1 - 1
rtl/solaris/system.pp

@@ -61,7 +61,7 @@ implementation
 
 { OS independant parts}
 
-{$I system.inc}
+{$I sysunix.inc}
 
 {*****************************************************************************
                        Misc. System Dependent Functions