From 2d737d50469b965c2787823a94757f4c9f0a7107 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 9 Mar 2017 17:28:47 +0300 Subject: chat API: - SESSION_INFO now addresses an instance of CChatRoomDlg instead of HWND; - linked list of sessions replaced with the usual LIST<>; - saveCI removed everywhere --- plugins/TabSRMM/src/stdafx.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/TabSRMM/src/stdafx.h') diff --git a/plugins/TabSRMM/src/stdafx.h b/plugins/TabSRMM/src/stdafx.h index 14d2eb220f..c458b0ab28 100644 --- a/plugins/TabSRMM/src/stdafx.h +++ b/plugins/TabSRMM/src/stdafx.h @@ -237,6 +237,9 @@ extern HMODULE g_hIconDLL; extern HMENU g_hMenu; extern bool g_bShutdown; +extern pfnDoPopup oldDoPopup, oldLogToFile; +extern pfnDoTrayIcon oldDoTrayIcon; + extern CREOleCallback reOleCallback; extern CREOleCallback2 reOleCallback2; -- cgit v1.2.3