Make DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of
commit9db147e5e4a946257baf2abc9fa5cc882614bb98
authorAlexandre Julliard <julliard@winehq.org>
Fri, 23 Apr 2004 02:46:18 +0000 (23 02:46 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 23 Apr 2004 02:46:18 +0000 (23 02:46 +0000)
treea5d7e2b4051b70e684c547219fa7ebc021edf11f
parenteb1711bf5edfdba99595f41dd5d8345d5440aa27
Make DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of
STATUS_OBJECT_NAME_NOT_FOUND to indicate that the last component
didn't exist to allow distinguishing it from legitimate errors.
Export it from ntdll, renamed to wine_nt_to_unix_file_name.
dlls/kernel/kernel32.spec
dlls/kernel/path.c
dlls/ntdll/directory.c
dlls/ntdll/file.c
dlls/ntdll/ntdll.spec
dlls/ntdll/ntdll_misc.h
include/winternl.h
programs/winetest/main.c