Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill borken code for _WIN32
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 4 Nov 2017 17:39:25 +0000 (18:39 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 4 Nov 2017 17:51:46 +0000 (18:51 +0100)
commitf554237f7dd771127a04b8046eeb30a5276a3d4a
tree8d02cc8ef0c0466d42eed2e7f0d38a8a4b0c2c99
parentcc04c824b4f962aec78683b3ec78a3379b898326
kill borken code for _WIN32

- This code was supposed to retrieve the current directory on Windows
  to pre-seed the path in which we search for trace files (and used to
  search for include files too)
- But it is borken: instead of returning the current dir, it only
  returned the current drive. So the path was not seeded with a useful
  value.
- Plus, now that wubuntu is working correctly, we will soon kill all
  _WIN32 specific stuff.
src/include/surf/surf.h
src/simgrid/sg_config.cpp
src/surf/surf_interface.cpp