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

* fixed compilation

git-svn-id: trunk@11741 -
Jonas Maebe 17 жил өмнө
parent
commit
11ede88bec
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      rtl/bsd/system.pp

+ 4 - 0
rtl/bsd/system.pp

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