-
- Downloads
mingw: Add implementation of realpath()
The mingw port used _fullpath() until now, but the behaviour is not exactly the same as realpath()'s on unix; major difference being that it doesn't return an error for non-existing files, which would bypass main's error checking and bail out without any error message. Also realpath() will return forward slashes only since main() relies on that.
Showing
- unix/main.c 0 additions, 4 deletionsunix/main.c
- windows/Makefile 1 addition, 0 deletionswindows/Makefile
- windows/mpconfigport.h 2 additions, 0 deletionswindows/mpconfigport.h
- windows/realpath.c 42 additions, 0 deletionswindows/realpath.c
- windows/realpath.h 2 additions, 0 deletionswindows/realpath.h
windows/realpath.c
0 → 100644
windows/realpath.h
0 → 100644
Please register or sign in to comment