wine/ programs/winetest/main.c include/wintern ...

Alexandre Julliard julliard at winehq.org
Thu Apr 22 21:46:19 CDT 2004


ChangeSet ID:	12110
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/04/22 21:46:19

Modified files:
	programs/winetest: main.c 
	include        : winternl.h 
	dlls/ntdll     : ntdll_misc.h ntdll.spec file.c directory.c 
	dlls/kernel    : path.c kernel32.spec 

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

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

Old revision  New revision  Changes     Path
 1.13          1.14          +1 -1       wine/programs/winetest/main.c
 1.78          1.79          +5 -0       wine/include/winternl.h
 1.44          1.45          +0 -2       wine/dlls/ntdll/ntdll_misc.h
 1.152         1.153         +1 -1       wine/dlls/ntdll/ntdll.spec
 1.51          1.52          +5 -5       wine/dlls/ntdll/file.c
 1.8           1.9           +6 -25      wine/dlls/ntdll/directory.c
 1.6           1.7           +20 -0      wine/dlls/kernel/path.c
 1.132         1.133         +1 -1       wine/dlls/kernel/kernel32.spec




More information about the wine-cvs mailing list