disabled UTF8 translations for fpc 2.0.0

git-svn-id: trunk@7485 -
This commit is contained in:
vincents 2005-08-04 20:36:54 +00:00
parent 15d6035fe4
commit bc6e2239ee

View File

@ -26,6 +26,9 @@
unit Translations;
{$mode objfpc}{$H+}
{$ifdef ver2_0_0}{$ifndef win32}
{$define NoUTF8Translations}
{$endif}{$endif}
interface