ntdll: Add an optimisation for NtQueryDirectoryFile to not read the
commitf5cc0f7d09a1e6a89c9a5754d42884065d53aca0
authorRobert Shearman <rob@codeweavers.com>
Thu, 3 Aug 2006 19:25:28 +0000 (3 20:25 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 4 Aug 2006 10:04:16 +0000 (4 12:04 +0200)
tree13cdfd326a45746d9b22d682cbcbd2e42e05ab05
parent18ce38311be2b303f154c69f0a1e92ce218faae0
ntdll: Add an optimisation for NtQueryDirectoryFile to not read the
whole directory if the mask doesn't contain any wildcards and the file
exists on in the directory with the same case as the mask.
dlls/ntdll/directory.c