diff options
Diffstat (limited to 'plugins/Actman/global.pas')
-rw-r--r-- | plugins/Actman/global.pas | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/Actman/global.pas b/plugins/Actman/global.pas index 50254b383e..276f71dea7 100644 --- a/plugins/Actman/global.pas +++ b/plugins/Actman/global.pas @@ -2,6 +2,14 @@ unit global; interface
+const
+ DBBranch = 'ActMan';
+const
+ ACF_SELECTED = $08000000;
+ ACF_EXPORT = ACF_SELECTED;
+ ACF_IMPORT = ACF_SELECTED;
+ ACF_OVERLOAD = $01000000;
+
type
tAddOption = function(var tmpl:pAnsiChar;var proc:pointer;var name:PAnsiChar):integer;
type
|