mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 09:29:27 +02:00
fix compilation
git-svn-id: trunk@9055 -
This commit is contained in:
parent
1910ce7353
commit
40c1ebd451
@ -36,7 +36,7 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
// rtl+ftl
|
// rtl+ftl
|
||||||
Types, Classes, SysUtils, FPCAdds,
|
Types, Classes, SysUtils, Math, FPCAdds,
|
||||||
// interfacebase
|
// interfacebase
|
||||||
InterfaceBase,
|
InterfaceBase,
|
||||||
// carbon bindings
|
// carbon bindings
|
||||||
@ -127,11 +127,11 @@ uses
|
|||||||
// CarbonWSMenus,
|
// CarbonWSMenus,
|
||||||
// CarbonWSPairSplitter,
|
// CarbonWSPairSplitter,
|
||||||
// CarbonWSSpin,
|
// CarbonWSSpin,
|
||||||
CarbonWSStdCtrls,
|
CarbonWSStdCtrls,
|
||||||
// CarbonWSToolwin,
|
// CarbonWSToolwin,
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
CarbonDef, CarbonProc,
|
CarbonDef, CarbonProc,
|
||||||
Math, Buttons, StdCtrls, PairSplitter, ComCtrls, CListBox, Calendar, Arrow,
|
Buttons, StdCtrls, PairSplitter, ComCtrls, CListBox, Calendar, Arrow,
|
||||||
Spin, CommCtrl, ExtCtrls, FileCtrl, LResources;
|
Spin, CommCtrl, ExtCtrls, FileCtrl, LResources;
|
||||||
|
|
||||||
// the implementation of the utility methods
|
// the implementation of the utility methods
|
||||||
|
Loading…
Reference in New Issue
Block a user