From 11ede88bec7a767efe0325f49878e82c895971f0 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Wed, 10 Sep 2008 20:54:00 +0000 Subject: [PATCH] * fixed compilation git-svn-id: trunk@11741 - --- rtl/bsd/system.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rtl/bsd/system.pp b/rtl/bsd/system.pp index cf3063e74a..60f5399b14 100644 --- a/rtl/bsd/system.pp +++ b/rtl/bsd/system.pp @@ -300,5 +300,9 @@ Begin { threading } InitSystemThreads; initvariantmanager; +{$ifdef VER2_2} initwidestringmanager; +{$else VER2_2} + initunicodestringmanager; +{$endif VER2_2} End.