commit c53947c78c905f6ab238eb6304c67c6f03e395b6
Merge: f80bb806 134c3506
Author: Simon Howard <fraggle@soulsphere.org>
AuthorDate: Sat Sep 7 18:47:38 2024 -0400
Commit: GitHub <noreply@github.com>
CommitDate: Sat Sep 7 18:47:38 2024 -0400
Merge pull request #1697 from rfomin/win_opendir
Rewrite win_opendir.c
configure.ac | 2 +-
src/CMakeLists.txt | 4 +-
src/Makefile.am | 5 +-
src/i_glob.c | 20 +-
src/m_misc.c | 70 ------
src/m_misc.h | 2 -
win32/win_opendir.c | 707 +++++++++++++++++++++++++++++-----------------------
win32/win_opendir.h | 175 ++++++++-----
8 files changed, 525 insertions(+), 460 deletions(-)