tgbot-cpp
Toggle main menu visibility
Loading...
Searching...
No Matches
export.h
Go to the documentation of this file.
1
#pragma once
2
3
#ifndef TGBOT_API
4
# if !defined(TGBOT_DLL)
5
# define TGBOT_API
6
# elif defined(_WIN32) || defined(__CYGWIN__)
7
# if defined(TgBot_EXPORTS)
8
# define TGBOT_API __declspec(dllexport)
9
# else
10
# define TGBOT_API __declspec(dllimport)
11
# endif
12
# elif defined(__GNUC__) && __GNUC__ >= 4
13
# define TGBOT_API __attribute__((visibility("default")))
14
# else
15
# define TGBOT_API
16
# endif
17
#endif
include
tgbot
export.h
Generated on
for tgbot-cpp by
1.17.0