wine/ programs/wineconsole/registry.c dlls/x11 ...

Alexandre Julliard julliard at winehq.org
Wed Jul 6 14:08:06 CDT 2005


ChangeSet ID:	18721
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/07/06 14:08:05

Modified files:
	programs/wineconsole: registry.c 
	dlls/x11drv    : xfont.c x11drv_main.c 
	dlls/wineps    : init.c 
	dlls/winaspi   : winaspi16.c aspi.c 
	dlls/user/tests: sysparams.c 
	dlls/shell32   : dialogs.c classes.c 
	dlls/setupapi  : setupx_main.c 
	dlls/opengl32  : wgl.c 
	dlls/oleaut32  : typelib16.c tmarshal.c 
	dlls/msvideo   : msvideo16.c 
	dlls/d3d8      : d3d8_main.c 
	dlls/advapi32/tests: registry.c 
	dlls/advapi32  : service.c crypt.c 

Log message:
	Mike McCormack <mike at codeweavers.com>
	gcc 4.0 -Wpointer-sign fixes (Reg* functions).

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

Old revision  New revision  Changes     Path
 1.14          1.15          +28 -28     wine/programs/wineconsole/registry.c
 1.21          1.22          +6 -6       wine/dlls/x11drv/xfont.c
 1.108         1.109         +2 -2       wine/dlls/x11drv/x11drv_main.c
 1.63          1.64          +1 -1       wine/dlls/wineps/init.c
 1.40          1.41          +1 -1       wine/dlls/winaspi/winaspi16.c
 1.22          1.23          +2 -2       wine/dlls/winaspi/aspi.c
 1.39          1.40          +4 -4       wine/dlls/user/tests/sysparams.c
 1.24          1.25          +5 -5       wine/dlls/shell32/dialogs.c
 1.40          1.41          +2 -2       wine/dlls/shell32/classes.c
 1.30          1.31          +1 -1       wine/dlls/setupapi/setupx_main.c
 1.60          1.61          +1 -1       wine/dlls/opengl32/wgl.c
 1.6           1.7           +1 -1       wine/dlls/oleaut32/typelib16.c
 1.55          1.56          +4 -3       wine/dlls/oleaut32/tmarshal.c
 1.15          1.16          +1 -1       wine/dlls/msvideo/msvideo16.c
 1.22          1.23          +2 -2       wine/dlls/d3d8/d3d8_main.c
 1.28          1.29          +11 -11     wine/dlls/advapi32/tests/registry.c
 1.89          1.90          +4 -4       wine/dlls/advapi32/service.c
 1.67          1.68          +5 -5       wine/dlls/advapi32/crypt.c




More information about the wine-cvs mailing list