mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 16:52:33 +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,
|
||||
Dialogs, StdCtrls, ComCtrls, Menus,
|
||||
// LCL Carbon
|
||||
CarbonDef, CarbonGDIObjects;
|
||||
CarbonDef, CarbonGDIObjects, CarbonProc, CarbonDbgConsts;
|
||||
|
||||
type
|
||||
|
||||
@ -82,9 +82,6 @@ function CheckMenu(const Menu: HMENU; const AMethodName: String; AParamName: Str
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
CarbonProc, CarbonDbgConsts;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
Name: CheckMenu
|
||||
Params: Menu - Handle of menu
|
||||
|
Loading…
Reference in New Issue
Block a user