Mercurial > hg > xemacs-beta
diff src/dired-msw.c @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 8de8e3f6228a |
children | 1ccc32a20af4 |
line wrap: on
line diff
--- a/src/dired-msw.c Mon Aug 13 11:33:40 2007 +0200 +++ b/src/dired-msw.c Mon Aug 13 11:35:02 2007 +0200 @@ -75,11 +75,10 @@ #include "buffer.h" #include "regex.h" -#include "sysfile.h" #include "sysdir.h" #include "sysproc.h" +#include "sysfile.h" -#include <limits.h> #include <time.h> #include <winsock.h> /* To make nt.h happy */ @@ -209,9 +208,9 @@ /* * Here, we use FindFirstFile()/FindNextFile() instead of opendir(), - * stat(), & friends, because stat() is VERY expensive in terms of - * time. Hence, we take the time to write complicated Win32-specific - * code, instead of simple Unix-style stuff. + * xemacs_stat(), & friends, because xemacs_stat() is VERY expensive in + * terms of time. Hence, we take the time to write complicated + * Win32-specific code, instead of simple Unix-style stuff. */ findex = 0; fh = INVALID_HANDLE_VALUE;