wine/ programs/winedbg/winedbg.c programs/wine ...

Alexandre Julliard julliard at winehq.org
Thu Jul 7 07:08:43 CDT 2005


ChangeSet ID:	18734
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/07/07 07:08:43

Modified files:
	programs/winedbg: winedbg.c 
	programs/winebrowser: main.c 
	programs/regedit: edit.c 
	dlls/winmm/winealsa: audio.c 
	dlls/wininet   : urlcache.c 
	dlls/uxtheme   : system.c 
	dlls/tapi32    : line.c 
	dlls/shlwapi   : reg.c 
	dlls/setupapi  : virtcopy.c 
	dlls/powrprof  : powrprof.c 
	dlls/oledlg    : insobjdlg.c 
	dlls/netapi32  : nbt.c 
	dlls/mpr       : pwcache.c 
	dlls/iphlpapi  : iphlpapi_main.c 
	dlls/dsound    : dsound_main.c 
	dlls/dplayx    : dplobby.c dplay.c 
	dlls/dmusic    : dmusic.c 
	dlls/devenum   : mediacatenum.c 
	dlls/advapi32/tests: crypt.c 
	dlls/advapi32  : registry.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=18734

Old revision  New revision  Changes     Path
 1.36          1.37          +1 -1       wine/programs/winedbg/winedbg.c
 1.8           1.9           +1 -1       wine/programs/winebrowser/main.c
 1.18          1.19          +2 -2       wine/programs/regedit/edit.c
 1.91          1.92          +1 -1       wine/dlls/winmm/winealsa/audio.c
 1.31          1.32          +1 -1       wine/dlls/wininet/urlcache.c
 1.17          1.18          +1 -1       wine/dlls/uxtheme/system.c
 1.19          1.20          +13 -13     wine/dlls/tapi32/line.c
 1.60          1.61          +1 -1       wine/dlls/shlwapi/reg.c
 1.22          1.23          +1 -1       wine/dlls/setupapi/virtcopy.c
 1.2           1.3           +4 -3       wine/dlls/powrprof/powrprof.c
 1.4           1.5           +2 -1       wine/dlls/oledlg/insobjdlg.c
 1.13          1.14          +1 -1       wine/dlls/netapi32/nbt.c
 1.12          1.13          +2 -2       wine/dlls/mpr/pwcache.c
 1.18          1.19          +3 -3       wine/dlls/iphlpapi/iphlpapi_main.c
 1.125         1.126         +2 -2       wine/dlls/dsound/dsound_main.c
 1.43          1.44          +6 -6       wine/dlls/dplayx/dplobby.c
 1.60          1.61          +6 -6       wine/dlls/dplayx/dplay.c
 1.22          1.23          +1 -1       wine/dlls/dmusic/dmusic.c
 1.17          1.18          +2 -2       wine/dlls/devenum/mediacatenum.c
 1.25          1.26          +4 -4       wine/dlls/advapi32/tests/crypt.c
 1.78          1.79          +2 -2       wine/dlls/advapi32/registry.c




More information about the wine-cvs mailing list