summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/stdafx.h
diff options
context:
space:
mode:
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