aboutsummaryrefslogtreecommitdiff
path: root/win32/dirent.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32: add local dirent implementationRon Yorston2021-06-131-0/+19
Add a cut down version of the dirent implementation from git. The git developers said: The mingw-runtime implemenation of opendir, readdir and closedir sets errno to 0 on success, something that POSIX explicitly forbids. This also avoids having to link against libssp.a (commit 13eb34205) and reduces the size of the binary by 2KB.