Dan Kegel wrote:
Here's the next broken-out test patch from the series that implements support for hidden and system attributes. This one just adds a test for NtQueryDirectoryFile(). It passes for me on Wine and Vista Home Basic.
Changes since first try:
- fixed issues Paul found (wasn't setting hidden attribute, wasn't
cleaning up on failure) 2) actually test reported file attributes
Dan:
It looks like your original patch was approved by AJ in commit
398a8ea1fec599cfd6442e3b8bba620431cf53b7
You might want to run a diff against the current git.
James McKenzie
On Sat, Sep 12, 2009 at 4:51 PM, James McKenzie jjmckenzie51@earthlink.net wrote:
Dan Kegel wrote:
Here's the next broken-out test patch from the series that implements support for hidden and system attributes. This one just adds a test for NtQueryDirectoryFile().
It looks like your original patch was approved by AJ in commit
398a8ea1fec599cfd6442e3b8bba620431cf53b7
That was for NtQueryInformationFile; this is another test.