Loading...
Searching...
No Matches
 
 
 
 
Go to the documentation of this file.
    6        #if defined _WIN32 || defined __CYGWIN__ 
    7            #define TGBOT_HELPER_DLL_EXPORT __declspec(dllexport) 
    8            #define TGBOT_HELPER_DLL_IMPORT __declspec(dllimport) 
   11                #define TGBOT_HELPER_DLL_EXPORT __attribute__ ((visibility ("default"))) 
   12                #define TGBOT_HELPER_DLL_IMPORT __attribute__ ((visibility ("default"))) 
   14                #define TGBOT_HELPER_DLL_EXPORT 
   15                #define TGBOT_HELPER_DLL_IMPORT 
   19            #define TGBOT_API TGBOT_HELPER_DLL_EXPORT 
   21            #define TGBOT_API TGBOT_HELPER_DLL_IMPORT