mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 01:18:17 +02:00
carbon: moved used units from implementation to interface section
git-svn-id: trunk@21493 -
This commit is contained in:
parent
6bd45cf1f1
commit
85fdf65c87
@ -37,7 +37,7 @@ uses
|
|||||||
LMessages, LCLMessageGlue, LCLProc, LCLType, Graphics, Controls, Forms,
|
LMessages, LCLMessageGlue, LCLProc, LCLType, Graphics, Controls, Forms,
|
||||||
Dialogs, StdCtrls, ComCtrls, Menus,
|
Dialogs, StdCtrls, ComCtrls, Menus,
|
||||||
// LCL Carbon
|
// LCL Carbon
|
||||||
CarbonDef, CarbonGDIObjects;
|
CarbonDef, CarbonGDIObjects, CarbonProc, CarbonDbgConsts;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
@ -82,9 +82,6 @@ function CheckMenu(const Menu: HMENU; const AMethodName: String; AParamName: Str
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses
|
|
||||||
CarbonProc, CarbonDbgConsts;
|
|
||||||
|
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
Name: CheckMenu
|
Name: CheckMenu
|
||||||
Params: Menu - Handle of menu
|
Params: Menu - Handle of menu
|
||||||
|
Loading…
Reference in New Issue
Block a user