4 Feb
2014
4 Feb
'14
3:54 a.m.
Ken Thomases <ken(a)codeweavers.com> writes:
Previously, it only checked if the first call failed to fill the buffer. This is unreliable since the underlying implementation may be forced to return a short buffer by the semantics of the system calls used. In particular, getdirentries() on Mac OS X can only read at the resolution of whole blocks rather than individual directory entries for AFP-mounted volumes.
It would be better to fix the ntdll side. -- Alexandre Julliard julliard(a)winehq.org