From 33d16d137f4e468996592d3961a4cf8a2849cf55 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 9 Sep 2019 15:04:14 +0300 Subject: Srmm_FindDialog moved from StdMsg to the core --- include/m_chat_int.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 272e4c782f..8a5bc32257 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -389,6 +389,7 @@ EXTERN_C MIR_APP_DLL(void) Srmm_Broadcast(UINT, WPARAM, LPARAM); // finds a SRMM window using hContact EXTERN_C MIR_APP_DLL(HWND) Srmm_FindWindow(MCONTACT hContact); +EXTERN_C MIR_APP_DLL(CMsgDialog*) Srmm_FindDialog(MCONTACT hContact); // updates options for all windows EXTERN_C MIR_APP_DLL(void) Chat_UpdateOptions(); -- cgit v1.2.3