From cc96ef0550815295a295fdd6e34c85af2f8f7340 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 21 Mar 2017 18:42:14 +0300 Subject: no need to export Srmm_ButtonSubclassProc anymore --- include/m_chat_int.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/m_chat_int.h') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 64fe186bb3..ce3324e47e 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -378,9 +378,6 @@ EXTERN_C MIR_APP_DLL(DWORD) CALLBACK Srmm_LogStreamCallback(DWORD_PTR dwCookie, // receives char** as the first parameter EXTERN_C MIR_APP_DLL(DWORD) CALLBACK Srmm_MessageStreamCallback(DWORD_PTR dwCookie, LPBYTE pbBuff, LONG cb, LONG *pcb); -// handles rclick on some buttons -EXTERN_C MIR_APP_DLL(LRESULT) CALLBACK Srmm_ButtonSubclassProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); - // updates options for all windows EXTERN_C MIR_APP_DLL(void) Chat_UpdateOptions(); @@ -401,6 +398,7 @@ class MIR_APP_EXPORT CSrmmBaseDialog : public CDlgBase protected: CSrmmBaseDialog(HINSTANCE hInst, int idDialog, SESSION_INFO *si = nullptr); + virtual void OnInitDialog() override; virtual INT_PTR DlgProc(UINT msg, WPARAM wParam, LPARAM lParam) override; void DoEventHook(int iType, const USERINFO *pUser, const wchar_t *pszText, INT_PTR dwItem); -- cgit v1.2.3