wine/dlls winmm/wineoss/dsrender.c winmm/wineo ...

Alexandre Julliard julliard at winehq.org
Mon Jun 6 14:50:38 CDT 2005


ChangeSet ID:	17974
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/06/06 14:50:38

Modified files:
	dlls/winmm/wineoss: dsrender.c dscapture.c 
	dlls/winmm/winejack: audio.c 
	dlls/winmm/wineaudioio: audio.c 
	dlls/winmm/winealsa: audio.c 
	dlls/wined3d   : wined3d_private.h volumetexture.c volume.c 
	                 vertexshader.c vertexdeclaration.c 
	                 vertexbuffer.c texture.c surface.c stateblock.c 
	                 resource.c query.c indexbuffer.c directx.c 
	                 device.c cubetexture.c basetexture.c 
	dlls/urlmon/tests: url.c 
	dlls/urlmon    : urlmon_main.c umon.c sec_mgr.c 
	dlls/shlwapi   : regstream.c istream.c assoc.c 
	dlls/shell32/tests: shellpath.c 
	dlls/shell32   : shv_item_cmenu.c shv_bg_cmenu.c shlview.c 
	                 shlfsbind.c shfldr_mycomp.c shfldr_fs.c 
	                 shfldr_desktop.c shellole.c shelllink.c 
	                 folders.c enumidlist.c dragdrophelper.c 
	                 dataobject.c cpanelfolder.c autocomplete.c 
	dlls/shdocvw   : webbrowser.c shdocvw_main.c shdocvw.h persist.c 
	                 oleobject.c misc.c factory.c events.c 
	                 classinfo.c 
	dlls/rpcrt4    : ndr_ole.c cpsf.c cproxy.c 
	dlls/riched20  : richole.c 
	dlls/quartz    : videorenderer.c systemclock.c pin.c parser.c 
	                 memallocator.c main.c filtermapper.c 
	                 filtergraph.c filesource.c enummoniker.c 
	dlls/qcap      : vfwcapture.c qcap_main.c 
	dlls/olesvr    : olesvr_main.c 
	dlls/olecli    : olecli_main.c olecli16.c 
	dlls/oleaut32/tests: vartype.c safearray.c 
	dlls/oleaut32  : typelib2.c typelib.c tmarshal.c recinfo.c 
	                 olepicture.c olefont.c oaidl_p.c dispatch.c 
	                 connpt.c 
	dlls/ole32/tests: marshal.c 
	dlls/ole32     : storage32.h storage32.c storage.c stg_stream.c 
	                 stg_prop.c regsvr.c oleproxy.c oleobj.c ole16.c 
	                 moniker.c memlockbytes16.c memlockbytes.c 
	                 itemmoniker.c ifs.c hglobalstream.c git.c 
	                 ftmarshal.c filemoniker.c errorinfo.c 
	                 defaulthandler.c datacache.c compositemoniker.c 
	                 clipboard.c bindctx.c antimoniker.c 

Log message:
	Dmitry Timoshkov <dmitry at codeweavers.com>
	Make remaining OLE interface vtables const.

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

Old revision  New revision  Changes     Path
 1.7           1.8           +8 -8       wine/dlls/winmm/wineoss/dsrender.c
 1.7           1.8           +8 -8       wine/dlls/winmm/wineoss/dscapture.c
 1.23          1.24          +2 -2       wine/dlls/winmm/winejack/audio.c
 1.28          1.29          +4 -4       wine/dlls/winmm/wineaudioio/audio.c
 1.83          1.84          +4 -4       wine/dlls/winmm/winealsa/audio.c
 1.28          1.29          +32 -32     wine/dlls/wined3d/wined3d_private.h
 1.4           1.5           +1 -1       wine/dlls/wined3d/volumetexture.c
 1.4           1.5           +1 -1       wine/dlls/wined3d/volume.c
 1.5           1.6           +1 -1       wine/dlls/wined3d/vertexshader.c
 1.6           1.7           +1 -1       wine/dlls/wined3d/vertexdeclaration.c
 1.10          1.11          +1 -1       wine/dlls/wined3d/vertexbuffer.c
 1.4           1.5           +1 -1       wine/dlls/wined3d/texture.c
 1.9           1.10          +1 -1       wine/dlls/wined3d/surface.c
 1.9           1.10          +1 -1       wine/dlls/wined3d/stateblock.c
 1.7           1.8           +1 -1       wine/dlls/wined3d/resource.c
 1.1           1.2           +1 -1       wine/dlls/wined3d/query.c
 1.8           1.9           +1 -1       wine/dlls/wined3d/indexbuffer.c
 1.29          1.30          +1 -1       wine/dlls/wined3d/directx.c
 1.29          1.30          +1 -1       wine/dlls/wined3d/device.c
 1.4           1.5           +1 -1       wine/dlls/wined3d/cubetexture.c
 1.8           1.9           +1 -1       wine/dlls/wined3d/basetexture.c
 1.5           1.6           +2 -2       wine/dlls/urlmon/tests/url.c
 1.24          1.25          +1 -1       wine/dlls/urlmon/urlmon_main.c
 1.54          1.55          +4 -4       wine/dlls/urlmon/umon.c
 1.5           1.6           +4 -4       wine/dlls/urlmon/sec_mgr.c
 1.23          1.24          +4 -3       wine/dlls/shlwapi/regstream.c
 1.17          1.18          +2 -2       wine/dlls/shlwapi/istream.c
 1.16          1.17          +3 -3       wine/dlls/shlwapi/assoc.c
 1.7           1.8           +11 -8      wine/dlls/shell32/tests/shellpath.c
 1.30          1.31          +3 -3       wine/dlls/shell32/shv_item_cmenu.c
 1.39          1.40          +3 -3       wine/dlls/shell32/shv_bg_cmenu.c
 1.114         1.115         +15 -16     wine/dlls/shell32/shlview.c
 1.13          1.14          +2 -2       wine/dlls/shell32/shlfsbind.c
 1.38          1.39          +7 -7       wine/dlls/shell32/shfldr_mycomp.c
 1.41          1.42          +15 -15     wine/dlls/shell32/shfldr_fs.c
 1.40          1.41          +2 -2       wine/dlls/shell32/shfldr_desktop.c
 1.80          1.81          +6 -6       wine/dlls/shell32/shellole.c
 1.92          1.93          +12 -12     wine/dlls/shell32/shelllink.c
 1.62          1.63          +9 -9       wine/dlls/shell32/folders.c
 1.44          1.45          +3 -3       wine/dlls/shell32/enumidlist.c
 1.15          1.16          +3 -3       wine/dlls/shell32/dragdrophelper.c
 1.47          1.48          +4 -4       wine/dlls/shell32/dataobject.c
 1.17          1.18          +12 -12     wine/dlls/shell32/cpanelfolder.c
 1.15          1.16          +6 -6       wine/dlls/shell32/autocomplete.c
 1.12          1.13          +1 -1       wine/dlls/shdocvw/webbrowser.c
 1.27          1.28          +2 -2       wine/dlls/shdocvw/shdocvw_main.c
 1.11          1.12          +12 -12     wine/dlls/shdocvw/shdocvw.h
 1.10          1.11          +2 -2       wine/dlls/shdocvw/persist.c
 1.12          1.13          +5 -5       wine/dlls/shdocvw/oleobject.c
 1.11          1.12          +1 -1       wine/dlls/shdocvw/misc.c
 1.11          1.12          +1 -1       wine/dlls/shdocvw/factory.c
 1.13          1.14          +3 -3       wine/dlls/shdocvw/events.c
 1.14          1.15          +2 -2       wine/dlls/shdocvw/classinfo.c
 1.12          1.13          +2 -2       wine/dlls/rpcrt4/ndr_ole.c
 1.12          1.13          +1 -1       wine/dlls/rpcrt4/cpsf.c
 1.14          1.15          +3 -3       wine/dlls/rpcrt4/cproxy.c
 1.4           1.5           +2 -2       wine/dlls/riched20/richole.c
 1.9           1.10          +6 -6       wine/dlls/quartz/videorenderer.c
 1.10          1.11          +2 -4       wine/dlls/quartz/systemclock.c
 1.15          1.16          +4 -4       wine/dlls/quartz/pin.c
 1.15          1.16          +4 -4       wine/dlls/quartz/parser.c
 1.9           1.10          +2 -2       wine/dlls/quartz/memallocator.c
 1.46          1.47          +1 -1       wine/dlls/quartz/main.c
 1.21          1.22          +6 -6       wine/dlls/quartz/filtermapper.c
 1.30          1.31          +18 -18     wine/dlls/quartz/filtergraph.c
 1.14          1.15          +5 -5       wine/dlls/quartz/filesource.c
 1.10          1.11          +3 -3       wine/dlls/quartz/enummoniker.c
 1.2           1.3           +6 -6       wine/dlls/qcap/vfwcapture.c
 1.7           1.8           +1 -1       wine/dlls/qcap/qcap_main.c
 1.13          1.14          +2 -2       wine/dlls/olesvr/olesvr_main.c
 1.18          1.19          +1 -1       wine/dlls/olecli/olecli_main.c
 1.4           1.5           +1 -1       wine/dlls/olecli/olecli16.c
 1.22          1.23          +2 -2       wine/dlls/oleaut32/tests/vartype.c
 1.22          1.23          +5 -5       wine/dlls/oleaut32/tests/safearray.c
 1.35          1.36          +8 -8       wine/dlls/oleaut32/typelib2.c
 1.149         1.150         +12 -12     wine/dlls/oleaut32/typelib.c
 1.53          1.54          +7 -7       wine/dlls/oleaut32/tmarshal.c
 1.2           1.3           +2 -2       wine/dlls/oleaut32/recinfo.c
 1.62          1.63          +14 -14     wine/dlls/oleaut32/olepicture.c
 1.42          1.43          +17 -16     wine/dlls/oleaut32/olefont.c
 1.5           1.6           +48 -48     wine/dlls/oleaut32/oaidl_p.c
 1.25          1.26          +2 -2       wine/dlls/oleaut32/dispatch.c
 1.15          1.16          +6 -6       wine/dlls/oleaut32/connpt.c
 1.22          1.23          +6 -6       wine/dlls/ole32/tests/marshal.c
 1.24          1.25          +4 -4       wine/dlls/ole32/storage32.h
 1.88          1.89          +4 -4       wine/dlls/ole32/storage32.c
 1.44          1.45          +8 -8       wine/dlls/ole32/storage.c
 1.26          1.27          +1 -1       wine/dlls/ole32/stg_stream.c
 1.15          1.16          +4 -4       wine/dlls/ole32/stg_prop.c
 1.9           1.10          +1 -1       wine/dlls/ole32/regsvr.c
 1.33          1.34          +6 -6       wine/dlls/ole32/oleproxy.c
 1.24          1.25          +4 -4       wine/dlls/ole32/oleobj.c
 1.14          1.15          +6 -6       wine/dlls/ole32/ole16.c
 1.44          1.45          +1 -1       wine/dlls/ole32/moniker.c
 1.10          1.11          +2 -2       wine/dlls/ole32/memlockbytes16.c
 1.24          1.25          +2 -2       wine/dlls/ole32/memlockbytes.c
 1.35          1.36          +4 -4       wine/dlls/ole32/itemmoniker.c
 1.49          1.50          +8 -8       wine/dlls/ole32/ifs.c
 1.30          1.31          +2 -2       wine/dlls/ole32/hglobalstream.c
 1.15          1.16          +4 -4       wine/dlls/ole32/git.c
 1.15          1.16          +4 -4       wine/dlls/ole32/ftmarshal.c
 1.47          1.48          +4 -4       wine/dlls/ole32/filemoniker.c
 1.28          1.29          +9 -9       wine/dlls/ole32/errorinfo.c
 1.23          1.24          +8 -8       wine/dlls/ole32/defaulthandler.c
 1.32          1.33          +12 -12     wine/dlls/ole32/datacache.c
 1.36          1.37          +7 -7       wine/dlls/ole32/compositemoniker.c
 1.43          1.44          +4 -4       wine/dlls/ole32/clipboard.c
 1.33          1.34          +2 -2       wine/dlls/ole32/bindctx.c
 1.24          1.25          +4 -4       wine/dlls/ole32/antimoniker.c




More information about the wine-cvs mailing list