mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 13:20:21 +02:00
forgotten file
git-svn-id: trunk@16644 -
This commit is contained in:
parent
736b46028b
commit
35e4c88db4
@ -185,6 +185,9 @@ const
|
|||||||
'None', 'Block', 'Define', 'DefineRecurse', 'Undefine', 'UndefineRecurse',
|
'None', 'Block', 'Define', 'DefineRecurse', 'Undefine', 'UndefineRecurse',
|
||||||
'UndefineAll', 'If', 'IfDef', 'IfNDef', 'ElseIf', 'Else', 'Directory'
|
'UndefineAll', 'If', 'IfDef', 'IfNDef', 'ElseIf', 'Else', 'Directory'
|
||||||
);
|
);
|
||||||
|
var
|
||||||
|
DefineActionImages: array[TDefineAction] of integer;
|
||||||
|
AutogeneratedImage: Integer;
|
||||||
|
|
||||||
type
|
type
|
||||||
TDefineTree = class;
|
TDefineTree = class;
|
||||||
|
Loading…
Reference in New Issue
Block a user