diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2016-03-12 17:48:57 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2016-03-12 17:48:57 +0000 |
commit | 534db770dbe8c358ea267df20145e9793fb0275a (patch) | |
tree | 66989fb4e5511b4efe5652cf5312ac4f160bfd01 /protocols/Telegram/src/stdafx.h | |
parent | 461f53bf697335fabdc82c6c9143e6020de4f022 (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.h | 8 |
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"
|