kernel32: Report FILE_PERSISTENT_ACLS flag for NTFS volumes.

This commit is contained in:
Erich Hoover 2012-09-19 08:03:46 -06:00 committed by Alexandre Julliard
parent 7df54b4b8d
commit 6e0d43811b
1 changed files with 1 additions and 1 deletions

View File

@ -791,7 +791,7 @@ fill_fs_info: /* now fill in the information that depends on the file system ty
default:
if (fsname) lstrcpynW( fsname, ntfsW, fsname_len );
if (filename_len) *filename_len = 255;
if (flags) *flags = FILE_CASE_PRESERVED_NAMES;
if (flags) *flags = FILE_CASE_PRESERVED_NAMES | FILE_PERSISTENT_ACLS;
break;
}
ret = TRUE;