Commit 6e0d4381 authored by Erich Hoover's avatar Erich Hoover Committed by Alexandre Julliard

kernel32: Report FILE_PERSISTENT_ACLS flag for NTFS volumes.

parent 7df54b4b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment