diff options
Diffstat (limited to 'include/m_core.h')
-rw-r--r-- | include/m_core.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/m_core.h b/include/m_core.h index 803185233a..eeb2707664 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -48,9 +48,7 @@ MIR_CORE_DLL(LPCTSTR) CmdLine_GetOption(LPCTSTR ptszParameter); ///////////////////////////////////////////////////////////////////////////////
// database functions
-DECLARE_HANDLE(HCONTACT);
-
-typedef UINT32 MCONTACT;
+typedef UINT32 MCONTACT, HCONTACT;
#define INVALID_CONTACT_ID (MCONTACT(-1))
// DBVARIANT: used by db/contact/getsetting and db/contact/writesetting
|