mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 03:20:22 +02:00
disabled UTF8 translations for fpc 2.0.0
git-svn-id: trunk@7485 -
This commit is contained in:
parent
15d6035fe4
commit
bc6e2239ee
@ -26,6 +26,9 @@
|
||||
unit Translations;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$ifdef ver2_0_0}{$ifndef win32}
|
||||
{$define NoUTF8Translations}
|
||||
{$endif}{$endif}
|
||||
|
||||
interface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user