mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 18:20:30 +02:00
lazutils: sanity check macros
git-svn-id: trunk@47105 -
This commit is contained in:
parent
233243e167
commit
e2c1838d3d
@ -1,4 +1,3 @@
|
||||
{ $Id$ }
|
||||
{
|
||||
/***************************************************************************
|
||||
FPCAdds.pas
|
||||
@ -17,6 +16,10 @@ unit FPCAdds;
|
||||
|
||||
{$mode objfpc}{$H+}{$inline on}
|
||||
|
||||
{$IF defined(EnableUTF8RTL) and (FPC_FULLVERSION<20701)}
|
||||
{$error UTF8 RTl requires fpc 2.7.1+}
|
||||
{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -16,7 +16,11 @@
|
||||
}
|
||||
unit LazUTF8;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$mode objfpc}{$H+}{$inline on}
|
||||
|
||||
{$IF defined(EnableUTF8RTL) and (FPC_FULLVERSION<20701)}
|
||||
{$error UTF8 RTl requires fpc 2.7.1+}
|
||||
{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user