wrowe 01/11/26 19:19:48
Modified: file_io/win32 filestat.c
Log:
Final comments r.e. Win9x unsupported functions
Revision Changes Path
1.59 +4 -0 apr/file_io/win32/filestat.c
Index: filestat.c
===================================================================
RCS file: /home/cvs/apr/file_io/win32/filestat.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- filestat.c 2001/11/27 03:08:58 1.58
+++ filestat.c 2001/11/27 03:19:48 1.59
@@ -230,6 +230,10 @@
else if (wanted & (APR_FINFO_PROT | APR_FINFO_OWNER))
{
/* On NT this request is incredibly expensive, but accurate.
+ * Since the WinNT-only functions below are protected by the
+ * (apr_os_level < APR_WIN_NT) case above, we need no extra
+ * tests, but remember GetNamedSecurityInfo & GetSecurityInfo
+ * are not supported on 9x.
*/
SECURITY_INFORMATION sinf = 0;
PSECURITY_DESCRIPTOR pdesc = NULL;