diff options
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 |