wine/ include/winternl.h dlls/ntdll/file.c dll ...

Alexandre Julliard julliard at winehq.org
Mon Apr 26 21:15:52 CDT 2004


ChangeSet ID:	12161
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/04/26 21:15:52

Modified files:
	include        : winternl.h 
	dlls/ntdll     : file.c directory.c 
	dlls/kernel    : volume.c path.c 

Log message:
	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.

Patch: http://cvs.winehq.org/patch.py?id=12161

Old revision  New revision  Changes     Path
 1.79          1.80          +1 -1       wine/include/winternl.h
 1.52          1.53          +6 -7       wine/dlls/ntdll/file.c
 1.10          1.11          +37 -22     wine/dlls/ntdll/directory.c
 1.10          1.11          +14 -7      wine/dlls/kernel/volume.c
 1.7           1.8           +23 -21     wine/dlls/kernel/path.c




More information about the wine-cvs mailing list