Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Indent the rest of the code (examples, buildtools, doc...) except for examples/SMPI...
[simgrid.git] / buildtools / 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 \rint WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason,
8                           void *lpReserved) \r
9 {
10   \rreturn 1;
11 \r}