Browse Source

* fixed compilation

git-svn-id: trunk@11741 -
Jonas Maebe 17 years ago
parent
commit
11ede88bec
1 changed files with 4 additions and 0 deletions
  1. 4 0
      rtl/bsd/system.pp

+ 4 - 0
rtl/bsd/system.pp

@@ -300,5 +300,9 @@ Begin
   { threading }
   { threading }
   InitSystemThreads;
   InitSystemThreads;
   initvariantmanager;
   initvariantmanager;
+{$ifdef VER2_2}
   initwidestringmanager;
   initwidestringmanager;
+{$else VER2_2}
+  initunicodestringmanager;
+{$endif VER2_2}
 End.
 End.