disable utf8 translations for darwin until fpc bug #4257 has been fixed

git-svn-id: trunk@7489 -
This commit is contained in:
vincents 2005-08-06 10:58:59 +00:00
parent f469df99a9
commit e10bd58495

View File

@ -30,6 +30,9 @@ unit Translations;
{$ifdef ver2_0_0}
{$define NoUTF8Translations}
{$endif}
{$ifdef darwin}
{$define NoUTF8Translations}
{$endif}
interface