summaryrefslogtreecommitdiff
path: root/protocols/Telegram/tdlib/src
diff options
context:
space:
mode:
authoraunsane <aunsane@gmail.com>2018-04-27 22:42:44 +0300
committeraunsane <aunsane@gmail.com>2018-04-27 22:42:56 +0300
commit70f9524c663150e887f124be1209d77220c3619e (patch)
tree5dc42bd745b1e828951126081e17adb6110e5316 /protocols/Telegram/tdlib/src
parentc3a868c437c44dc4ebf0429003f41e57ad98b82f (diff)
tdlib: add project to minifying library code
Diffstat (limited to 'protocols/Telegram/tdlib/src')
-rw-r--r--protocols/Telegram/tdlib/src/stdafx.cxx2
-rw-r--r--protocols/Telegram/tdlib/src/stdafx.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Telegram/tdlib/src/stdafx.cxx b/protocols/Telegram/tdlib/src/stdafx.cxx
new file mode 100644
index 0000000000..1647228cd0
--- /dev/null
+++ b/protocols/Telegram/tdlib/src/stdafx.cxx
@@ -0,0 +1,2 @@
+
+#include "stdafx.h" \ No newline at end of file
diff --git a/protocols/Telegram/tdlib/src/stdafx.h b/protocols/Telegram/tdlib/src/stdafx.h
new file mode 100644
index 0000000000..6f70f09bee
--- /dev/null
+++ b/protocols/Telegram/tdlib/src/stdafx.h
@@ -0,0 +1 @@
+#pragma once