From 70f9524c663150e887f124be1209d77220c3619e Mon Sep 17 00:00:00 2001 From: aunsane Date: Fri, 27 Apr 2018 22:42:44 +0300 Subject: tdlib: add project to minifying library code --- protocols/Telegram/tdlib/src/stdafx.cxx | 2 ++ protocols/Telegram/tdlib/src/stdafx.h | 1 + 2 files changed, 3 insertions(+) create mode 100644 protocols/Telegram/tdlib/src/stdafx.cxx create mode 100644 protocols/Telegram/tdlib/src/stdafx.h (limited to 'protocols/Telegram/tdlib/src') 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 -- cgit v1.2.3