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/SkypeWeb/src/stdafx.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'protocols/SkypeWeb') diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h index 73cb54d892..ad04ab61e1 100644 --- a/protocols/SkypeWeb/src/stdafx.h +++ b/protocols/SkypeWeb/src/stdafx.h @@ -62,8 +62,7 @@ extern char g_szMirVer[]; extern HANDLE g_hCallEvent; extern FI_INTERFACE *fii; -struct SESSION_INFO : public GCSessionInfoBase -{}; +struct SESSION_INFO : public GCSessionInfoBase {}; #define SKYPE_ENDPOINTS_HOST "client-s.gateway.messenger.live.com" -- cgit v1.2.3