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
1 #include <windows.h>\r
2 \r
3 #include <xbt/log.h>\r
4 \r
5 /* logs */\r
6 // XBT_LOG_NEW_DEFAULT_CATEGORY(SimGridX,"SimGrid for cxx");\r
7 \r
8 int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void* lpReserved)\r
9 {\r
10     return 1;\r
11 }