You've already forked lazarus-ccr
Patches for 64-bit support.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2975 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -41,8 +41,9 @@ unit ovctcbmp;
|
||||
interface
|
||||
|
||||
uses
|
||||
{$IFNDEF LCL} Windows, {$ELSE} LclIntf, MyMisc, {$ENDIF}
|
||||
SysUtils, Graphics, Classes, OvcTCmmn, OvcTCell;
|
||||
SysUtils, Classes,
|
||||
{$IFNDEF LCL} Windows, {$ELSE} LclIntf, LclType, MyMisc, {$ENDIF}
|
||||
Graphics, OvcTCmmn, OvcTCell;
|
||||
|
||||
type
|
||||
TOvcTCBaseBitMap = class(TOvcBaseTableCell)
|
||||
|
Reference in New Issue
Block a user