disable utf8 translations for fpc 2.0.0 and win32 too.

git-svn-id: trunk@7486 -
This commit is contained in:
vincents 2005-08-05 14:20:57 +00:00
parent bc6e2239ee
commit 45307b11df

View File

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