Go to the documentation of this file. 1 #if defined WIN32 || defined __CYGWIN__
3 # define SCH_API __declspec(dllexport)
4 # elif defined schd_EXPORTS
5 # define SCH_API __declspec(dllexport)
7 # define SCH_API __declspec(dllimport)
11 # define SCH_API __attribute__((visibility("default")))