ntdll: Return STATUS_INVALID_DEVICE_REQUEST when trying to call NtReadFile on directory.
commit43de1407e92296882c9c04e095f141a5df968808
authorSebastian Lackner <sebastian@fds-team.de>
Fri, 5 Feb 2021 00:05:00 +0000 (4 18:05 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 5 Feb 2021 14:38:21 +0000 (5 15:38 +0100)
treef209ccc9c07e0ae2ef89c8144c9d4a763451caf3
parent41e53a122dc036db084817f56bdd52d3d252eb16
ntdll: Return STATUS_INVALID_DEVICE_REQUEST when trying to call NtReadFile on directory.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/tests/file.c
dlls/ntdll/unix/file.c