+int
+msw_fstat (int handle, struct stat *buffer)
{
int ret;
BY_HANDLE_FILE_INFORMATION lpFileInfo;
@@ -1442,7 +1426,7 @@
replace it with our own. This also allows us to calculate consistent
inode values without hacks in the main Emacs code. */
int
-stat (const char * path, struct stat * buf)
+msw_stat (const char * path, struct stat * buf)
{
char * name;
WIN32_FIND_DATA wfd;
@@ -1459,8 +1443,8 @@
}
I'm going to be picky again.
Shouldn't these be win32_stat? etc
andy
--------------------------------------------------------------
Dr Andy Piper
Senior Consultant Architect, BEA Systems Ltd