From 03928a013fc148d5642942072bb573897e11c904 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Mon, 8 Dec 2014 21:15:12 +0000 Subject: old actman compatibility fix git-svn-id: http://svn.miranda-ng.org/main/trunk@11283 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/delphi/m_actman.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/ExternalAPI/delphi/m_actman.inc b/plugins/ExternalAPI/delphi/m_actman.inc index 630e82767b..768c70ea53 100644 --- a/plugins/ExternalAPI/delphi/m_actman.inc +++ b/plugins/ExternalAPI/delphi/m_actman.inc @@ -4,9 +4,15 @@ // defined in interfaces.inc //const MIID_ACTMANAGER:MUUID='{9584DA04-FB4F-40c1-9325-E4F9CAAFCB5D}'; +// Old Actman compatibility const DBBranch = 'ActMan'; +const + ACCF_DISABLED = $10000000; // action disabled + ACCF_OVERLOAD = $01000000; // imported action overwrite old + ACCF_IMPORTED = $08000000; +// new and common Actman data const AutoStartName:PWideChar = '#Autostart'; const -- cgit v1.2.3