Go to the documentation of this file.
5 #if defined(WIN32) || defined(_WIN32) || defined(_WIN64)
6 #define CCIEXPORT __declspec(dllexport)
7 #elif (defined(__GNUC__) && ((__GNUC__ > 4) || (__GNUC__ == 4) && (__GNUC_MINOR__ > 2))) || __has_attribute(visibility)
8 #define CCIEXPORT __attribute__((visibility("default")))