diff options
Diffstat (limited to 'include/tgbot/export.h')
-rw-r--r-- | include/tgbot/export.h | 8 |
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 |