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