Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the Visual C++ projects of the new examples sem_basic and sem_sched.
[simgrid.git] / build / vc7 / simgrid / simgrid.c
1 #include <windows.h>\r
2 \r
3 \r
4 int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void* lpReserved)\r
5 {\r
6     return 1;\r
7 }