From 534db770dbe8c358ea267df20145e9793fb0275a Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 12 Mar 2016 17:48:57 +0000 Subject: tgl inside telegram git-svn-id: http://svn.miranda-ng.org/main/trunk@16471 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Telegram/src/stdafx.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'protocols/Telegram/src/stdafx.h') 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 #include @@ -41,7 +41,9 @@ #include #include -#include "tgl/tgl.h" +extern "C" { +#include "tgl\tgl.h" +} #include "version.h" #include "t_proto.h" -- cgit v1.2.3