summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-05-17 19:15:44 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-05-17 19:15:44 +0300
commitcb611455b3cc693f70a246332679949608b2027b (patch)
tree5e6ca2ac0130d805ae6326fefa655dbed6393548 /include
parentc066a9b843e7bfc8f2ab9a991e8fe4d8a2cb54e0 (diff)
auth.cpp compiled without windows.h
Diffstat (limited to 'include')
-rw-r--r--include/m_contacts.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/m_contacts.h b/include/m_contacts.h
index 276d27c0ed..77797143a7 100644
--- a/include/m_contacts.h
+++ b/include/m_contacts.h
@@ -101,8 +101,8 @@ EXTERN_C MIR_APP_DLL(void) Contact_RemoveFromList(MCONTACT hContact);
// passing hWnd == NULL will result in a dialog that is created modeless
-EXTERN_C MIR_APP_DLL(void) Contact_Add(MCONTACT hContact, HWND hwndParent = nullptr);
-EXTERN_C MIR_APP_DLL(void) Contact_AddByEvent(MEVENT hEvent, HWND hwndParent = nullptr);
-EXTERN_C MIR_APP_DLL(void) Contact_AddBySearch(const char *szProto, struct PROTOSEARCHRESULT *psr, HWND hwndParent = nullptr);
+EXTERN_C MIR_APP_DLL(void) Contact_Add(MCONTACT hContact, MWindow hwndParent = nullptr);
+EXTERN_C MIR_APP_DLL(void) Contact_AddByEvent(MEVENT hEvent, MWindow hwndParent = nullptr);
+EXTERN_C MIR_APP_DLL(void) Contact_AddBySearch(const char *szProto, struct PROTOSEARCHRESULT *psr, MWindow hwndParent = nullptr);
#endif // M_CONTACTS_H__