ntdll: Unify retrieving the attributes of a file.

Erich E. Hoover erich.e.hoover at gmail.com
Mon Dec 15 15:44:22 CST 2014


Currently, everywhere that needs to return FILE_INFORMATION_CLASS
attributes has to call stat and then apply the flags
FILE_ATTRIBUTE_ARCHIVE, FILE_ATTRIBUTE_DIRECTORY, FILE_ATTRIBUTE_READONLY,
and FILE_ATTRIBUTE_REPARSE_POINT manually.  This patch consolidates all of
these manual applications into fd_get_file_info (fstat) and get_file_info
(stat/lstat).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20141215/cc5300e7/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ntdll-Unify-retrieving-the-attributes-of-a-file.patch
Type: text/x-diff
Size: 13522 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20141215/cc5300e7/attachment-0001.patch>


More information about the wine-patches mailing list