wine/ programs/winhelp/macro.c programs/winedb ...

Alexandre Julliard julliard at winehq.org
Thu Oct 16 14:12:49 CDT 2003


ChangeSet ID:	9807
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/10/16 14:12:49

Modified files:
	programs/winhelp: macro.c 
	programs/winedbg: source.c 
	programs/wcmd  : directory.c 
	programs/avitools: aviplay.c aviinfo.c 
	misc           : registry.c 
	files          : file.c 
	dlls/winmm     : mmio.c 
	dlls/winedos   : int21.c 
	dlls/version   : install.c 
	dlls/shell32/tests: shlfileop.c 
	dlls/shell32   : shellpath.c shellord.c 
	dlls/msvcrt    : file.c dir.c 

Log message:
	Rolf Kalbermatter <rolf.kalbermatter at citeng.com>
	Use INVALID_FILE_ATTRIBUTES to test for failure of
	GetFileAttributesA/W and not -1 or 0xFFFFFFFF.

Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9807

Old revision  New revision  Changes     Path
 1.18          1.19          +1 -1       wine/programs/winhelp/macro.c
 1.3           1.4           +5 -5       wine/programs/winedbg/source.c
 1.17          1.18          +1 -1       wine/programs/wcmd/directory.c
 1.16          1.17          +1 -1       wine/programs/avitools/aviplay.c
 1.11          1.12          +1 -1       wine/programs/avitools/aviinfo.c
 1.132         1.133         +2 -2       wine/misc/registry.c
 1.190         1.191         +6 -5       wine/files/file.c
 1.41          1.42          +1 -1       wine/dlls/winmm/mmio.c
 1.42          1.43          +1 -1       wine/dlls/winedos/int21.c
 1.22          1.23          +4 -4       wine/dlls/version/install.c
 1.10          1.11          +1 -1       wine/dlls/shell32/tests/shlfileop.c
 1.73          1.74          +1 -1       wine/dlls/shell32/shellpath.c
 1.117         1.118         +2 -2       wine/dlls/shell32/shellord.c
 1.56          1.57          +6 -6       wine/dlls/msvcrt/file.c
 1.21          1.22          +2 -2       wine/dlls/msvcrt/dir.c




More information about the wine-cvs mailing list