Pass the creation disposition to wine_nt_to_unix_file_name so that it
commitcf67839bc4094678772858727bdfe2d596618bf0
authorAlexandre Julliard <julliard@winehq.org>
Tue, 27 Apr 2004 02:15:52 +0000 (27 02:15 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 27 Apr 2004 02:15:52 +0000 (27 02:15 +0000)
treeb8fb41d2935332315f0e90f9911b94c5b896636c
parent1c279bfd89b454c1287d2959f415b0326c802131
Pass the creation disposition to wine_nt_to_unix_file_name so that it
can return the correct error code in all cases.
Changed MoveFileExW to use wine_nt_to_unix_file_name to avoid
computing the NT name twice.
Fixed crash in GetDriveTypeW with a NULL root.
dlls/kernel/path.c
dlls/kernel/volume.c
dlls/ntdll/directory.c
dlls/ntdll/file.c
include/winternl.h