wine/ server/request.c server/registry.c serve ...

Alexandre Julliard julliard at winehq.org
Wed Jun 18 14:45:24 CDT 2003


ChangeSet ID:	8530
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/06/18 14:45:24

Modified files:
	server         : request.c registry.c named_pipe.c 
	scheduler      : client.c 
	programs/winemenubuilder: winemenubuilder.c 
	programs/uninstaller: main.c 
	graphics/x11drv: xfont.c 
	files          : smb.c 
	dlls/winspool  : info.c 
	dlls/winsock   : socket.c 
	dlls/winmm     : lolvldrv.c 
	dlls/wininet   : internet.c 
	dlls/user/tests: class.c 
	dlls/user      : comm16.c 
	dlls/shell32   : shellord.c shelllink.c 
	dlls/setupapi  : devinst.c 
	dlls/serialui  : confdlg.c 
	dlls/oleaut32  : parsedt.c 
	dlls/ole32     : storage32.c regsvr.c 
	dlls/ntdll     : file.c 
	dlls/kernel/tests: format_msg.c 
	dlls/kernel    : sync.c 
	dlls/ddraw/ddraw: thunks.c 
	dlls/comctl32  : tooltips.c propsheet.c comctl32undoc.c 
	dlls/comcat    : regsvr.c information.c 
	dlls/advapi32  : service.c registry.c 

Log message:
	Francois Gouget <fgouget at free.fr>
	'sizeof type' is best avoided as it won't always compile (e.g. 'int
	main() {return sizeof int;}'). Use 'sizeof(type)' instead.

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

Old revision  New revision  Changes     Path
 1.79          1.80          +1 -1       wine/server/request.c
 1.50          1.51          +1 -1       wine/server/registry.c
 1.25          1.26          +1 -1       wine/server/named_pipe.c
 1.98          1.99          +1 -1       wine/scheduler/client.c
 1.1           1.2           +7 -7       wine/programs/winemenubuilder/winemenubuilder.c
 1.10          1.11          +1 -1       wine/programs/uninstaller/main.c
 1.113         1.114         +4 -4       wine/graphics/x11drv/xfont.c
 1.17          1.18          +20 -20     wine/files/smb.c
 1.77          1.78          +1 -1       wine/dlls/winspool/info.c
 1.127         1.128         +1 -1       wine/dlls/winsock/socket.c
 1.44          1.45          +1 -1       wine/dlls/winmm/lolvldrv.c
 1.57          1.58          +1 -1       wine/dlls/wininet/internet.c
 1.7           1.8           +1 -1       wine/dlls/user/tests/class.c
 1.14          1.15          +4 -4       wine/dlls/user/comm16.c
 1.114         1.115         +4 -4       wine/dlls/shell32/shellord.c
 1.54          1.55          +18 -18     wine/dlls/shell32/shelllink.c
 1.11          1.12          +1 -1       wine/dlls/setupapi/devinst.c
 1.13          1.14          +4 -4       wine/dlls/serialui/confdlg.c
 1.7           1.8           +1 -1       wine/dlls/oleaut32/parsedt.c
 1.39          1.40          +11 -11     wine/dlls/ole32/storage32.c
 1.1           1.2           +1 -1       wine/dlls/ole32/regsvr.c
 1.22          1.23          +2 -2       wine/dlls/ntdll/file.c
 1.3           1.4           +29 -29     wine/dlls/kernel/tests/format_msg.c
 1.33          1.34          +2 -2       wine/dlls/kernel/sync.c
 1.11          1.12          +2 -2       wine/dlls/ddraw/ddraw/thunks.c
 1.54          1.55          +1 -1       wine/dlls/comctl32/tooltips.c
 1.83          1.84          +2 -2       wine/dlls/comctl32/propsheet.c
 1.79          1.80          +1 -1       wine/dlls/comctl32/comctl32undoc.c
 1.2           1.3           +1 -1       wine/dlls/comcat/regsvr.c
 1.8           1.9           +1 -1       wine/dlls/comcat/information.c
 1.36          1.37          +3 -3       wine/dlls/advapi32/service.c
 1.52          1.53          +2 -2       wine/dlls/advapi32/registry.c




More information about the wine-cvs mailing list