diff options
author | George Hazan <george.hazan@gmail.com> | 2016-04-08 16:33:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-04-08 16:33:41 +0000 |
commit | 05636e0ffc35b0f1b6c9337573914ce246afa775 (patch) | |
tree | 9eb207a492a1d8a05a3df23e5dbc1fa7b928fe24 /plugins/Variables/src/contact.h | |
parent | 7f9ac17cace4b3e3746b7a853c18577bcc90daaf (diff) |
code clesning
git-svn-id: http://svn.miranda-ng.org/main/trunk@16615 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Variables/src/contact.h')
-rw-r--r-- | plugins/Variables/src/contact.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Variables/src/contact.h b/plugins/Variables/src/contact.h index f5968d2e03..3eacabbbee 100644 --- a/plugins/Variables/src/contact.h +++ b/plugins/Variables/src/contact.h @@ -89,6 +89,8 @@ // (contact details).
#define CI_UNIQUEID 0x00000040 // Search unique ids of the contac, e.g.
// UIN.
+#define CI_ALLFLAGS 0x7FFFFFFF // All possible combinations of previous flags
+
#define CI_CNFINFO 0x40000000 // Searches one of the CNF_* flags (set
// flags to CI_CNFINFO|CNF_X), only one
// CNF_ type possible
|