Go to the documentation of this file. 23 #if defined(_MSC_VER) || defined(__CYGWIN__) || defined(__MINGW32__) || defined( __BCPLUSPLUS__) || defined( __MWERKS__) 24 # ifdef TR_CORE_LIBRARY 25 # define TR_CORE_EXPORT __declspec(dllexport) 27 # define TR_CORE_EXPORT __declspec(dllimport) 30 # ifdef TR_CORE_LIBRARY 31 # define TR_CORE_EXPORT __attribute__ ((visibility("default"))) 33 # define TR_CORE_EXPORT