23 #define OLP_CPP_SDK_DECL_EXPORT __declspec(dllexport)
24 #define OLP_CPP_SDK_DECL_IMPORT __declspec(dllimport)
25 #elif defined(__GNUC__) || defined(__clang__)
26 #define OLP_CPP_SDK_DECL_EXPORT __attribute__((visibility("default")))
27 #define OLP_CPP_SDK_DECL_IMPORT
29 #define OLP_CPP_SDK_DECL_EXPORT
30 #define OLP_CPP_SDK_DECL_IMPORT