diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-03-24 10:22:48 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-03-24 10:22:48 +0000 |
commit | 1cba3f74c9607b7b03c85f23969cbdd4163b52d5 (patch) | |
tree | f7f505863d8a1ff0354111b2efb6fe76c187906f /protocols/Telegram/src/stdafx.h | |
parent | 5f3997157e81d4910bcc4659bee7124a9c744d2f (diff) |
Telegram: attempt to implement login
git-svn-id: http://svn.miranda-ng.org/main/trunk@16534 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Telegram/src/stdafx.h')
-rw-r--r-- | protocols/Telegram/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Telegram/src/stdafx.h b/protocols/Telegram/src/stdafx.h index 6c0c2016cb..bf44f897c1 100644 --- a/protocols/Telegram/src/stdafx.h +++ b/protocols/Telegram/src/stdafx.h @@ -43,11 +43,13 @@ extern "C" #include "tgl\tgl.h"
#include "tgl\tgl-net.h"
#include "tgl\tgl-timers.h"
+ #include "tgl\tgl-binlog.h"
}
struct MirTLS : public tgl_state, public MZeroedObject
{
struct CTelegramProto *m_proto;
+ MirTLS(CTelegramProto *p) : m_proto(p) {}
};
#include "version.h"
|