summaryrefslogtreecommitdiff
path: root/include/tgbot/export.h
diff options
context:
space:
mode:
authorEgor Pugin <egor.pugin@gmail.com>2020-03-13 17:38:20 +0300
committerEgor Pugin <egor.pugin@gmail.com>2020-03-13 17:38:20 +0300
commitb6f2240aea4a496b288215875814309275f3b4f0 (patch)
tree576f7b8ea25738eba1aceae63fef21777cd7db3b /include/tgbot/export.h
parentec7affea995fef1c760f40fed7d39f1c6dafb980 (diff)
Initial support for shared builds.
Diffstat (limited to 'include/tgbot/export.h')
-rw-r--r--include/tgbot/export.h8
1 files changed, 8 insertions, 0 deletions
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