Go to the documentation of this file. 24 #if defined(_MSC_VER) || defined(__CYGWIN__) || defined(__MINGW32__) || defined( __BCPLUSPLUS__) || defined( __MWERKS__) 26 # define TR_SG_EXPORT __declspec(dllexport) 28 # define TR_SG_EXPORT __declspec(dllimport) 32 # define TR_SG_EXPORT __attribute__ ((visibility("default")))