Go to the documentation of this file. 7 #ifdef TREEHOPPER_EXPORTS 9 #define LIBRARIES_API __declspec(dllexport) 11 #define LIBRARIES_API __attribute__ ((dllexport)) 15 #define LIBRARIES_API __declspec(dllimport) 17 #define LIBRARIES_API __attribute__ ((dllimport))