From be3fb0ae6d6870dbc1b4d03447afcf3b0fed3114 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 27 Aug 1997 20:30:54 +0000 Subject: Updates for GNU make 3.75.92. --- w32/compat/dirent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'w32/compat') diff --git a/w32/compat/dirent.c b/w32/compat/dirent.c index 9416828..db871a9 100644 --- a/w32/compat/dirent.c +++ b/w32/compat/dirent.c @@ -90,7 +90,7 @@ closedir(DIR *pDir) struct dirent * readdir(DIR* pDir) { - WINDOWS32_FIND_DATA wfdFindData; + WIN32_FIND_DATA wfdFindData; if (!pDir) { errno = EINVAL; -- cgit v1.2.3