* fixed compilation

git-svn-id: trunk@11741 -
This commit is contained in:
Jonas Maebe 2008-09-10 20:54:00 +00:00
parent 1f960d8d59
commit 11ede88bec

View File

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