mirror of
https://github.com/mirror/make.git
synced 2025-01-27 21:00:22 +08:00
* 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:
parent
d3a53d5d16
commit
61c413d5ea
@ -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__ */
|
||||
|
Loading…
Reference in New Issue
Block a user