diff options
Diffstat (limited to 'include/m_core.h')
-rw-r--r-- | include/m_core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m_core.h b/include/m_core.h index b6ef9ffb1d..4f77e965a5 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -48,6 +48,9 @@ MIR_CORE_DLL(LPCTSTR) CmdLine_GetOption(LPCTSTR ptszParameter); ///////////////////////////////////////////////////////////////////////////////
// database functions
+typedef UINT32 MCONTACT;
+#define INVALID_CONTACT_ID (MCONTACT(-1))
+
// DBVARIANT: used by db/contact/getsetting and db/contact/writesetting
#define DBVT_DELETED 0 //this setting just got deleted, no other values are valid
#define DBVT_BYTE 1 //bVal and cVal are valid
|