Skip to content

POSIX compatibility and fixes

Heychsea requested to merge github/fork/Heychsea/master into master

In dir.c the PATH_MAX macro is used but included with sys/types.h, I changed it to limits.h for better portability. Works perfectly on OSX now (also tested on linux Manjaro).

Merge request reports