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 --- protocols/Discord/src/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Discord/src/stdafx.h') diff --git a/protocols/Discord/src/stdafx.h b/protocols/Discord/src/stdafx.h index 7e6e032d3b..1b31333ae0 100644 --- a/protocols/Discord/src/stdafx.h +++ b/protocols/Discord/src/stdafx.h @@ -69,4 +69,4 @@ int StrToStatus(const CMStringW &str); time_t StringToDate(const CMStringW &str); int SerialNext(void); -struct SESSION_INFO : public GCSessionInfoBase {}; \ No newline at end of file +struct SESSION_INFO : public GCSessionInfoBase {}; -- cgit v1.2.3