summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/stdafx.h
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-11-29 09:33:41 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-11-29 09:33:41 +0300
commit89f3cf8bbb9dc1fa0fe72f6af6638ac086c7e011 (patch)
tree5be9a7ae2255b9ad420bed266b90b1f98059964a /protocols/Telegram/src/stdafx.h
parente28c4adb361a87e143eb8cb2af449e3bcb3375b1 (diff)
libevent, telegram, whatsapp moved to deprecated coz doesn't work
Diffstat (limited to 'protocols/Telegram/src/stdafx.h')
-rw-r--r--protocols/Telegram/src/stdafx.h74
1 files changed, 0 insertions, 74 deletions
diff --git a/protocols/Telegram/src/stdafx.h b/protocols/Telegram/src/stdafx.h
deleted file mode 100644
index 43047dfb4a..0000000000
--- a/protocols/Telegram/src/stdafx.h
+++ /dev/null
@@ -1,74 +0,0 @@
-#ifndef _STDAFX_H_
-#define _STDAFX_H_
-
-#include "../../../miranda-private-keys/Telegram/api.h"
-
-#include <windows.h>
-#include <time.h>
-#include <string>
-#include <vector>
-#include <regex>
-#include <map>
-#include <thread>
-
-#include <newpluginapi.h>
-
-#include <m_protoint.h>
-#include <m_protosvc.h>
-
-#include <m_database.h>
-#include <m_langpack.h>
-#include <m_clist.h>
-#include <m_options.h>
-#include <m_netlib.h>
-#include <m_popup.h>
-#include <m_icolib.h>
-#include <m_userinfo.h>
-#include <m_addcontact.h>
-#include <m_message.h>
-#include <m_avatars.h>
-#include <m_skin.h>
-#include <m_chat.h>
-#include <m_genmenu.h>
-#include <m_clc.h>
-#include <m_string.h>
-#include <m_json.h>
-#include <m_gui.h>
-#include <m_imgsrvc.h>
-#include <m_xml.h>
-#include <m_assocmgr.h>
-#include <m_file.h>
-
-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_ \ No newline at end of file