14#ifdef LA_CORE_STATIC_DEFINE
18 #ifdef lagrange_core_EXPORTS
20 #if defined(_WIN32) || defined(_WIN64)
21 #define LA_CORE_API __declspec(dllexport)
23 #define LA_CORE_API __attribute__((visibility("default")))
27 #if defined(_WIN32) || defined(_WIN64)
28 #define LA_CORE_API __declspec(dllimport)
30 #define LA_CORE_API __attribute__((visibility("default")))