Hi, Jan Nieuwenhuizen wrote: > Attached is a patch that fixes canonicalize_file_name for mingw. > ... > The original is useless for mingw
In which respect did you find it useless for mingw? We have a unit test for this module (tests/test-canonicalize-lgpl.c). I occasionally run it on mingw, and I don't remember having seen a test failure. So, before changing the implementation, I'd like to know what went wrong, and have a patch extend the unit test at the same time as the implementation. Bruno