Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
now the simgrid dll is named simgrid so i have destroyed the previous dll project...
[simgrid.git] / build / vc7 / simgrid / simgrid.c
diff --git a/build/vc7/simgrid/simgrid.c b/build/vc7/simgrid/simgrid.c
new file mode 100644 (file)
index 0000000..c2a6fe5
--- /dev/null
@@ -0,0 +1,7 @@
+#include <windows.h>\r
+\r
+\r
+int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void* lpReserved)\r
+{\r
+    return 1;\r
+}
\ No newline at end of file