From 21c6c7a7cb65e25d55cce54b6e097c797b66f95e Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Thu, 9 Jul 2015 10:33:09 +0000 Subject: VKontakte: add locks for timer and vk_Instances fix mark messages as read in multiaccaunt configuration fix duplicate events and news version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@14514 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/vk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/VKontakte/src/vk.h') diff --git a/protocols/VKontakte/src/vk.h b/protocols/VKontakte/src/vk.h index 4ee5ce3eac..8687a19dba 100644 --- a/protocols/VKontakte/src/vk.h +++ b/protocols/VKontakte/src/vk.h @@ -80,6 +80,7 @@ along with this program. If not, see . struct CVkProto; extern LIST vk_Instances; +extern mir_cs csInstances; extern HINSTANCE hInst; LPCSTR findHeader(NETLIBHTTPREQUEST *hdr, LPCSTR szField); -- cgit v1.2.3