diff options
author | George Hazan <ghazan@miranda.im> | 2022-12-02 16:36:46 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-12-02 16:36:46 +0300 |
commit | cf6686206e050f0e010f76e5ff33b1d8c1e20c5b (patch) | |
tree | 0afddce70bf7242cf7da83a7d441863fffaf1624 /protocols/Telegram/src/main.cpp | |
parent | c2772af03124c14e0820671789e7b9a4897ac53c (diff) |
Telegram: the first version that could be compiled
Diffstat (limited to 'protocols/Telegram/src/main.cpp')
-rw-r--r-- | protocols/Telegram/src/main.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/protocols/Telegram/src/main.cpp b/protocols/Telegram/src/main.cpp index 0315936c3f..07a551794b 100644 --- a/protocols/Telegram/src/main.cpp +++ b/protocols/Telegram/src/main.cpp @@ -3,6 +3,13 @@ int hLangpack; CMPlugin g_plugin; +#pragma comment(lib, "tdactor.lib") +#pragma comment(lib, "tdcore.lib") +#pragma comment(lib, "tddb.lib") +#pragma comment(lib, "tdlib.lib") +#pragma comment(lib, "tdnet.lib") +#pragma comment(lib, "tdutils.lib") + ///////////////////////////////////////////////////////////////////////////////////////// static PLUGININFOEX pluginInfo = |