[PATCH 2/4] ntdll: If read_directory_getattrlist() finds that the file doesn't exist, return successful "no file" result to stop search. [try 2]

Ken Thomases ken at codeweavers.com
Wed May 20 14:59:11 CDT 2015


try 2: Only stop the search on a case-insensitive file system.  On a case-sensitive
file system, ENOENT may just mean we have to do a manual case-insensitive
search.
---
dlls/ntdll/directory.c | 5 +++++
1 file changed, 5 insertions(+)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-ntdll-If-read_directory_getattrlist-finds-that-the-f.patch
Type: text/x-patch
Size: 548 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150520/8970696d/attachment.bin>


More information about the wine-patches mailing list