]> code.delx.au - gnu-emacs/blobdiff - nt/inc/sys/stat.h
Speed up most calls to 'stat' and 'lstat' on MS-Windows.
[gnu-emacs] / nt / inc / sys / stat.h
index b673b80a0e3cecdb39a660ea05b52adbb3c9ea66..fb56b7cab40e6c05ae1da94fda2c7f6160c0d9b1 100644 (file)
@@ -98,6 +98,10 @@ struct stat {
   char            st_gname[260];
 };
 
+/* Internal variable for asking 'stat'/'lstat' to produce accurate
+   info about owner and group of files. */
+extern int w32_stat_get_owner_group;
+
 /* Prevent redefinition by other headers, e.g. wchar.h.  */
 #define _STAT_DEFINED