8 #ifndef BUILD_MAGNES_CORE_H 9 #define BUILD_MAGNES_CORE_H 13 #ifdef MAGNES_CORE_DLL 14 #define MAGNES_CORE_EXPORT __declspec(dllexport) 15 #define MAGNES_CORE_API __declspec(dllexport) 17 #define MAGNES_CORE_API __declspec(dllimport) 20 #define MAGNES_CORE_EXPORT 21 #define MAGNES_CORE_API 24 #endif //BUILD_MAGNES_CORE_H