You've already forked lazarus-ccr
ExCtrls: Fix compilation of ExShape with Laz before v2.2.0
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8495 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -5,9 +5,13 @@ unit ExShape;
|
||||
interface
|
||||
|
||||
uses
|
||||
Types, Graphics, Classes, SysUtils, ExtCtrls;
|
||||
LCLVersion, Types, Graphics, Classes, SysUtils, ExtCtrls;
|
||||
|
||||
type
|
||||
{$IF LCL_FullVersion < 2020000}
|
||||
TVerticalAlignment = (taAlignTop, taAlignBottom, taVerticalCenter);
|
||||
{$ENDIF}
|
||||
|
||||
TShapeText = class(TPersistent)
|
||||
private
|
||||
const
|
||||
|
Reference in New Issue
Block a user