#if defined(_MSC_VER) #define EXPORT __declspec(dllexport) #else #define EXPORT __attribute__((visibility("default"))) #endif