25 #ifndef _DLL_STUFF_HPP_ 26 #define _DLL_STUFF_HPP_ 30 #if defined (BAYESOPT_DLL) && (defined(_WIN32) || defined(__WIN32__)) && !defined(__LCC__) 31 #if defined(bayesopt_EXPORTS) 32 #define BAYESOPT_API __declspec(dllexport) 34 #define BAYESOPT_API __declspec(dllimport)