diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-28 12:40:32 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-28 12:40:32 +0000 |
commit | 32821de6ac0d3ae169c182af247f710f9fdebf63 (patch) | |
tree | 988f5d060ad5f62b769cd74e156ae9cec8bc8124 /include/delphi | |
parent | 205c3f661328bac2583bf5ed2b3c140a1619db4a (diff) |
headers' port to Delphi
git-svn-id: http://svn.miranda-ng.org/main/trunk@2538 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_protocols.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/delphi/m_protocols.inc b/include/delphi/m_protocols.inc index 67c4b1f427..210215d866 100644 --- a/include/delphi/m_protocols.inc +++ b/include/delphi/m_protocols.inc @@ -149,7 +149,7 @@ type program's lifetime. Do not use this list in the global context, copy protocols
names otherwise.
IMPORTANT NOTE #2: in version 0.8 this service is mapped to the MS_PROTO_ENUMACCOUNTS
- service to provide the compatibility with old plugins (first three members of
+ service to provide the compatibility with old plugins (first three members of
PROTOACCOUNT are equal to the old PROTOCOLDESCRIPTOR format). If you declare the
MIRANDA_VER macro with value greater or equal to 0x800, use MS_PROTO_ENUMPROTOS
service instead to obtain the list of running protocols instead of accounts.
@@ -190,6 +190,7 @@ const const
PROTOTYPE_IGNORE = 50; // added during v0.3.3
PROTOTYPE_PROTOCOL = 1000;
+ PROTOTYPE_VIRTUAL = 1001; // added in 0.93.5
PROTOTYPE_ENCRYPTION = 2000;
PROTOTYPE_FILTER = 3000;
PROTOTYPE_TRANSLATION = 4000;
@@ -251,7 +252,7 @@ const lParam=(LPARAM)(int)typing state }
ME_PROTO_CONTACTISTYPING:PAnsiChar = 'Proto/ContactIsTypingEvent';
-// -------------- accounts support --------------------- 0.8.0+
+// -------------- accounts support --------------------- 0.8.0+
type
PPROTOACCOUNT = ^TPROTOACCOUNT;
|