From dd8eb413a02d175573a30bedc01b06e5dad9af9d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 2 May 2015 17:57:25 +0000 Subject: m_version.h removed git-svn-id: http://svn.miranda-ng.org/main/trunk@13383 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/stdafx.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/SkypeWeb/src/stdafx.h') diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h index fbe0b7ff5e..63b16f163e 100644 --- a/protocols/SkypeWeb/src/stdafx.h +++ b/protocols/SkypeWeb/src/stdafx.h @@ -52,7 +52,6 @@ along with this program. If not, see . #include #include #include -#include #include #include #include @@ -61,6 +60,9 @@ along with this program. If not, see . struct CSkypeProto; +extern HINSTANCE g_hInstance; +extern char g_szMirVer[]; + #define SKYPE_ENDPOINTS_HOST "client-s.gateway.messenger.live.com" #include "version.h" @@ -87,8 +89,6 @@ struct CSkypeProto; #include "request_queue.h" #include "skype_proto.h" -extern HINSTANCE g_hInstance; - #define MODULE "Skype" #define SKYPE_MAX_CONNECT_RETRIES 10 -- cgit v1.2.3