From b6f2240aea4a496b288215875814309275f3b4f0 Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Fri, 13 Mar 2020 17:38:20 +0300 Subject: Initial support for shared builds. --- include/tgbot/export.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/tgbot/export.h (limited to 'include/tgbot/export.h') diff --git a/include/tgbot/export.h b/include/tgbot/export.h new file mode 100644 index 0000000..55789d9 --- /dev/null +++ b/include/tgbot/export.h @@ -0,0 +1,8 @@ +#ifndef TGBOT_EXPORT_H +#define TGBOT_EXPORT_H + +#ifndef TGBOT_API +#define TGBOT_API +#endif + +#endif //TGBOT_EXPORT_H -- cgit v1.2.3