summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/stdafx.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2016-03-12 17:48:57 +0000
committerKirill Volinsky <mataes2007@gmail.com>2016-03-12 17:48:57 +0000
commit534db770dbe8c358ea267df20145e9793fb0275a (patch)
tree66989fb4e5511b4efe5652cf5312ac4f160bfd01 /protocols/Telegram/src/stdafx.h
parent461f53bf697335fabdc82c6c9143e6020de4f022 (diff)
tgl inside telegram
git-svn-id: http://svn.miranda-ng.org/main/trunk@16471 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Telegram/src/stdafx.h')
-rw-r--r--protocols/Telegram/src/stdafx.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/protocols/Telegram/src/stdafx.h b/protocols/Telegram/src/stdafx.h
index 17bbe157ab..b6fce8c0ed 100644
--- a/protocols/Telegram/src/stdafx.h
+++ b/protocols/Telegram/src/stdafx.h
@@ -1,10 +1,10 @@
#ifndef _STDAFX_H_
#define _STDAFX_H_
-#pragma comment(lib, "src/tgl.lib")
+//#pragma comment(lib, "$(SolutionDir)$(Configuration)\Obj\tgl\tgl.lib")
#define TELEGRAM_APP_ID 17193
-#include "..\..\..\miranda-private-keys\Telegram\secret_key.h"
+#include "..\..\..\miranda-private-keys\Telegram\api.h"
#include <windows.h>
#include <time.h>
@@ -41,7 +41,9 @@
#include <m_assocmgr.h>
#include <m_file.h>
-#include "tgl/tgl.h"
+extern "C" {
+#include "tgl\tgl.h"
+}
#include "version.h"
#include "t_proto.h"