wine/dlls winmm/wineoss/audio.c winmm/wineaudi ...

Alexandre Julliard julliard at wine.codeweavers.com
Thu Apr 10 13:17:36 CDT 2003


ChangeSet ID:	7840
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/04/10 13:17:36

Modified files:
	dlls/winmm/wineoss: audio.c 
	dlls/winmm/wineaudioio: audio.c 
	dlls/winmm/winealsa: audio_05.c audio.c 
	dlls/shlwapi   : regstream.c istream.c 
	dlls/shell32   : shv_item_cmenu.c shv_bg_cmenu.c shlview.c 
	                 shfldr_mycomp.c shfldr_fs.c shfldr_desktop.c 
	                 shellole.c shelllink.c folders.c enumidlist.c 
	                 dragdrophelper.c dataobject.c classes.c 
	dlls/oleaut32  : typelib.c 
	dlls/ole32     : storage32.c storage.c stg_stream.c oleobj.c 
	                 ole16.c moniker.c memlockbytes.c ifs.c 
	                 hglobalstream.c git.c ftmarshal.c 
	                 compositemoniker.c clipboard.c bindctx.c 
	dlls/dsound    : sound3d.c propset.c primary.c mixer.c 
	                 dsound_main.c capture.c buffer.c 
	dlls/dplayx    : lobbysp.c dplobby.c dplaysp.c dplay.c 
	dlls/comcat    : information.c 
	dlls/avifil32  : wavfile.c icmstream.c getframe.c factory.c 
	                 avifile.c acmstream.c 

Log message:
	Removed uses of the non standard ICOM_VTBL macro.

Patch: http://cvs.winehq.com/patch.py?id=7840

Old revision  New revision  Changes     Path
 1.82          1.83          +4 -4       wine/dlls/winmm/wineoss/audio.c
 1.3           1.4           +2 -2       wine/dlls/winmm/wineaudioio/audio.c
 1.5           1.6           +2 -2       wine/dlls/winmm/winealsa/audio_05.c
 1.11          1.12          +2 -2       wine/dlls/winmm/winealsa/audio.c
 1.12          1.13          +1 -1       wine/dlls/shlwapi/regstream.c
 1.5           1.6           +1 -1       wine/dlls/shlwapi/istream.c
 1.15          1.16          +1 -1       wine/dlls/shell32/shv_item_cmenu.c
 1.24          1.25          +1 -1       wine/dlls/shell32/shv_bg_cmenu.c
 1.75          1.76          +1 -1       wine/dlls/shell32/shlview.c
 1.6           1.7           +1 -1       wine/dlls/shell32/shfldr_mycomp.c
 1.10          1.11          +1 -1       wine/dlls/shell32/shfldr_fs.c
 1.8           1.9           +1 -1       wine/dlls/shell32/shfldr_desktop.c
 1.56          1.57          +1 -1       wine/dlls/shell32/shellole.c
 1.51          1.52          +1 -1       wine/dlls/shell32/shelllink.c
 1.37          1.38          +1 -1       wine/dlls/shell32/folders.c
 1.28          1.29          +1 -1       wine/dlls/shell32/enumidlist.c
 1.4           1.5           +1 -1       wine/dlls/shell32/dragdrophelper.c
 1.36          1.37          +2 -2       wine/dlls/shell32/dataobject.c
 1.27          1.28          +1 -1       wine/dlls/shell32/classes.c
 1.91          1.92          +3 -3       wine/dlls/oleaut32/typelib.c
 1.36          1.37          +3 -3       wine/dlls/ole32/storage32.c
 1.31          1.32          +3 -3       wine/dlls/ole32/storage.c
 1.16          1.17          +1 -1       wine/dlls/ole32/stg_stream.c
 1.10          1.11          +2 -2       wine/dlls/ole32/oleobj.c
 1.2           1.3           +2 -2       wine/dlls/ole32/ole16.c
 1.21          1.22          +1 -1       wine/dlls/ole32/moniker.c
 1.10          1.11          +4 -4       wine/dlls/ole32/memlockbytes.c
 1.25          1.26          +3 -3       wine/dlls/ole32/ifs.c
 1.15          1.16          +2 -2       wine/dlls/ole32/hglobalstream.c
 1.2           1.3           +1 -2       wine/dlls/ole32/git.c
 1.3           1.4           +1 -1       wine/dlls/ole32/ftmarshal.c
 1.19          1.20          +1 -1       wine/dlls/ole32/compositemoniker.c
 1.25          1.26          +1 -1       wine/dlls/ole32/clipboard.c
 1.19          1.20          +1 -1       wine/dlls/ole32/bindctx.c
 1.17          1.18          +2 -2       wine/dlls/dsound/sound3d.c
 1.3           1.4           +1 -1       wine/dlls/dsound/propset.c
 1.9           1.10          +1 -1       wine/dlls/dsound/primary.c
 1.11          1.12          +2 -2       wine/dlls/dsound/mixer.c
 1.77          1.78          +1 -1       wine/dlls/dsound/dsound_main.c
 1.8           1.9           +4 -5       wine/dlls/dsound/capture.c
 1.7           1.8           +2 -2       wine/dlls/dsound/buffer.c
 1.3           1.4           +2 -2       wine/dlls/dplayx/lobbysp.c
 1.26          1.27          +12 -12     wine/dlls/dplayx/dplobby.c
 1.11          1.12          +2 -2       wine/dlls/dplayx/dplaysp.c
 1.39          1.40          +12 -12     wine/dlls/dplayx/dplay.c
 1.7           1.8           +6 -6       wine/dlls/comcat/information.c
 1.4           1.5           +3 -3       wine/dlls/avifil32/wavfile.c
 1.3           1.4           +1 -1       wine/dlls/avifil32/icmstream.c
 1.4           1.5           +1 -1       wine/dlls/avifil32/getframe.c
 1.7           1.8           +1 -1       wine/dlls/avifil32/factory.c
 1.31          1.32          +3 -3       wine/dlls/avifil32/avifile.c
 1.3           1.4           +1 -1       wine/dlls/avifil32/acmstream.c




More information about the wine-cvs mailing list