Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Some new classes of CPP version of Msg
[simgrid.git] / src / cxx / Config.hpp
diff --git a/src/cxx/Config.hpp b/src/cxx/Config.hpp
new file mode 100644 (file)
index 0000000..837946e
--- /dev/null
@@ -0,0 +1,20 @@
+#ifndef MSG_CONFIG_HPP\r
+#define MSG_CONFIG_HPP\r
+\r
+namespace SimGrid\r
+{\r
+       namespace Msg\r
+       {\r
+               #if defined(WIN32)\r
+                       #if defined(SIMGRIDX_EXPORTS)\r
+                               #define SIMGRIDX_EXPORT __declspec(dllexport)\r
+                       #else\r
+                               #define SIMGRIDX_EXPORT \r
+                       #endif\r
+               #else\r
+                       #define SIMGRIDX_EXPORT\r
+               #endif \r
+       } // namespace Msg\r
+} // namespace SimGrid\r
+\r
+#endif // MSG_CONFIG_HPP
\ No newline at end of file