You've already forked lazarus-ccr
Misc packages: Adjust to changes in Laz/main (deprecated OffsetRect), less hints and warnings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8838 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -34,8 +34,7 @@ unit JvButton;
|
||||
interface
|
||||
|
||||
uses
|
||||
LMessages,
|
||||
Classes, Types, Controls, Graphics, Menus,
|
||||
LCLIntf, LCLType, LMessages, SysUtils, Classes, Types, Controls, Graphics, Menus,
|
||||
JvComponent, JvConsts, JvTypes;
|
||||
|
||||
type
|
||||
@ -176,7 +175,7 @@ type
|
||||
implementation
|
||||
|
||||
uses
|
||||
Forms, JvJVCLUtils, LCLIntf, LCLType, SysUtils;
|
||||
Forms, JvJVCLUtils;
|
||||
|
||||
(******************** NOT CONVERTED
|
||||
const
|
||||
|
Reference in New Issue
Block a user