Go to the documentation of this file. 18 #ifndef _CMS_CONFIG_H_ 19 #define _CMS_CONFIG_H_ 23 #define CMS_API __declspec(dllexport) 25 #define CMS_API __declspec(dllimport) 28 #if defined(__GNUC__) && __GNUC__ >= 4 29 #define CMS_API __attribute__ ((visibility("default")))