diff options
author | aunsane <aunsane@gmail.com> | 2018-04-27 22:42:44 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-04-27 22:42:56 +0300 |
commit | 70f9524c663150e887f124be1209d77220c3619e (patch) | |
tree | 5dc42bd745b1e828951126081e17adb6110e5316 /protocols/Telegram/tdlib/src | |
parent | c3a868c437c44dc4ebf0429003f41e57ad98b82f (diff) |
tdlib: add project to minifying library code
Diffstat (limited to 'protocols/Telegram/tdlib/src')
-rw-r--r-- | protocols/Telegram/tdlib/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | protocols/Telegram/tdlib/src/stdafx.h | 1 |
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 |