* force objfpc, like the other units

git-svn-id: trunk@64346 -
This commit is contained in:
marco 2021-01-07 18:07:26 +00:00
parent 865e21e88f
commit 4d0ffa3d5e
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ The GNU General Public License (GPL), version 2.
unit LazFreeType;
interface
{$mode objfpc}{$H+}
{$R-}
uses TTTypes, Classes;

View File

@ -18,7 +18,7 @@
unit TTTypes;
interface
{$mode objfpc}{$H+}
type
TError = boolean;