diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-10 19:55:33 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-10 19:55:33 +0000 |
commit | 503d82db45bf24f4739d126d43bfbeee4828a882 (patch) | |
tree | 87b6ec821155e7459af203cde96fc6f9d6104027 /include/delphi/m_protocols.inc | |
parent | 6ad65c4d4fce1d5ce1a1873ee84feaff753c9d48 (diff) |
- m_core.inc almost returned back to int_ptr
- another pascal headers merged
git-svn-id: http://svn.miranda-ng.org/main/trunk@3964 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_protocols.inc')
-rw-r--r-- | include/delphi/m_protocols.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delphi/m_protocols.inc b/include/delphi/m_protocols.inc index 210215d866..3f1fea9cc1 100644 --- a/include/delphi/m_protocols.inc +++ b/include/delphi/m_protocols.inc @@ -190,7 +190,7 @@ const const
PROTOTYPE_IGNORE = 50; // added during v0.3.3
PROTOTYPE_PROTOCOL = 1000;
- PROTOTYPE_VIRTUAL = 1001; // added in 0.93.5
+ PROTOTYPE_VIRTUAL = 1001; // virtual protocol (has no accounts)
PROTOTYPE_ENCRYPTION = 2000;
PROTOTYPE_FILTER = 3000;
PROTOTYPE_TRANSLATION = 4000;
|