X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e133a950865071b1c006387e915d39989a53c8cd..2371d0c1060589bd7b8757f47974ceaa906e0dba:/src/cxx/Config.hpp diff --git a/src/cxx/Config.hpp b/src/cxx/Config.hpp new file mode 100644 index 0000000000..837946e59d --- /dev/null +++ b/src/cxx/Config.hpp @@ -0,0 +1,20 @@ +#ifndef MSG_CONFIG_HPP +#define MSG_CONFIG_HPP + +namespace SimGrid +{ + namespace Msg + { + #if defined(WIN32) + #if defined(SIMGRIDX_EXPORTS) + #define SIMGRIDX_EXPORT __declspec(dllexport) + #else + #define SIMGRIDX_EXPORT + #endif + #else + #define SIMGRIDX_EXPORT + #endif + } // namespace Msg +} // namespace SimGrid + +#endif // MSG_CONFIG_HPP \ No newline at end of file