#ifndef _STDAFX_H_ #define _STDAFX_H_ #include "../../../miranda-private-keys/Telegram/api.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include extern "C" { #include "tgl/tgl.h" #include "tgl/tgl-net.h" #include "tgl/tgl-timers.h" #include "tgl/tgl-binlog.h" #include "tgl/config.h" #include "tgl/mtproto-client.h" } struct MirTLS : public tgl_state, public MZeroedObject { struct CTelegramProto *m_proto; MirTLS(CTelegramProto *p) : m_proto(p) {} }; #include "version.h" #include "t_proto.h" #include "t_network.h" #include "t_callback.h" extern char g_szMirVer[]; extern HANDLE hQueue; #define MODULE "Telegram" struct CTelegramProto; #endif //_STDAFX_H_