* src/w32/compat/dirent.c: [SV 57888] Use gnulib opendir on MinGW32

Signed-off-by: Jens Rehsack <sno@netbsd.org>
Copyright-paperwork-exempt: yes
This commit is contained in:
Jens Rehsack 2020-02-24 11:12:43 +01:00 committed by Paul Smith
parent d3a53d5d16
commit 61c413d5ea

View File

@ -23,7 +23,7 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
#include <stdlib.h>
#include "dirent.h"
#ifndef __MINGW32__
DIR*
opendir(const char* pDirName)
{
@ -193,3 +193,4 @@ seekdir(DIR* pDir, long nPosition)
return;
}
#endif /* !__MINGW32__ */