summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-05-02 17:57:25 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-05-02 17:57:25 +0000
commitdd8eb413a02d175573a30bedc01b06e5dad9af9d (patch)
tree0c4af6cbc7c8095a6c5234f0467688a9a7ccbd42 /protocols/SkypeWeb/src/stdafx.h
parentcac4fe1a1a81d3262af46be94a85f69b81021ccc (diff)
m_version.h removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@13383 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/stdafx.h')
-rw-r--r--protocols/SkypeWeb/src/stdafx.h6
1 files changed, 3 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>.
#include <m_string.h>
#include <m_json.h>
#include <m_timezones.h>
-#include <m_version.h>
#include <m_gui.h>
#include <m_imgsrvc.h>
#include <m_xml.h>
@@ -61,6 +60,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
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