Go to the documentation of this file. 35 #ifndef SHARK_CORE_DLLSUPPORT_H 36 #define SHARK_CORE_DLLSUPPORT_H 38 #include <boost/config.hpp> 41 #if !( defined SHARK_USE_DYNLIB && defined BOOST_MSVC) 42 #define SHARK_EXPORT_SYMBOL 43 #elif !(defined SHARK_COMPILE_DLL) 44 #define SHARK_EXPORT_SYMBOL __declspec(dllimport) 46 #define SHARK_EXPORT_SYMBOL __declspec(dllexport)