Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Visual C++ project of the C++ version of Msg. For the moment the name of the library...
[simgrid.git] / build / vc7 / cxx / SimGridX.c
diff --git a/build/vc7/cxx/SimGridX.c b/build/vc7/cxx/SimGridX.c
new file mode 100644 (file)
index 0000000..7f50312
--- /dev/null
@@ -0,0 +1,11 @@
+#include <windows.h>\r
+\r
+#include <xbt/log.h>\r
+\r
+/* logs */\r
+// XBT_LOG_NEW_DEFAULT_CATEGORY(SimGridX,"SimGrid for cxx");\r
+\r
+int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void* lpReserved)\r
+{\r
+    return 1;\r
+}
\ No newline at end of file