wine/dlls urlmon/umon.c shlwapi/regstream.c sh ...

Alexandre Julliard julliard at winehq.org
Mon Sep 6 15:34:30 CDT 2004


ChangeSet ID:	13648
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/09/06 15:34:30

Modified files:
	dlls/urlmon    : umon.c 
	dlls/shlwapi   : regstream.c istream.c assoc.c 
	dlls/shell32   : shfldr_mycomp.c shfldr_fs.c shfldr_desktop.c 
	                 dragdrophelper.c 
	dlls/rpcrt4    : ndr_ole.c cstub.c cpsf.c 
	dlls/oleaut32  : olefont.c 
	dlls/ole32     : ifs.c ftmarshal.c 
	dlls/msi       : msi.c 
	dlls/msdmo     : dmoreg.c 
	dlls/mlang     : mlang.c 
	dlls/itss      : storage.c moniker.c itss.c 
	dlls/dswave    : dswave_main.c 
	dlls/dpnet     : dpnet_main.c client.c address.c 
	dlls/dmscript  : dmscript_main.c 
	dlls/dmloader  : classfactory.c 
	dlls/dmband    : dmband_main.c 
	dlls/devenum   : parsedisplayname.c mediacatenum.c factory.c 
	                 createdevenum.c 
	dlls/commdlg   : filedlgbrowser.c 
	dlls/comcat    : information.c factory.c 
	dlls/amstream  : main.c amstream.c 

Log message:
	Removed some uses of the non-standard ICOM_THIS macro.

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

Old revision  New revision  Changes     Path
 1.39          1.40          +23 -23     wine/dlls/urlmon/umon.c
 1.18          1.19          +15 -15     wine/dlls/shlwapi/regstream.c
 1.13          1.14          +13 -13     wine/dlls/shlwapi/istream.c
 1.13          1.14          +8 -8       wine/dlls/shlwapi/assoc.c
 1.24          1.25          +20 -20     wine/dlls/shell32/shfldr_mycomp.c
 1.26          1.27          +3 -3       wine/dlls/shell32/shfldr_fs.c
 1.27          1.28          +20 -20     wine/dlls/shell32/shfldr_desktop.c
 1.11          1.12          +8 -8       wine/dlls/shell32/dragdrophelper.c
 1.10          1.11          +7 -7       wine/dlls/rpcrt4/ndr_ole.c
 1.6           1.7           +10 -10     wine/dlls/rpcrt4/cstub.c
 1.10          1.11          +5 -5       wine/dlls/rpcrt4/cpsf.c
 1.32          1.33          +26 -26     wine/dlls/oleaut32/olefont.c
 1.43          1.44          +14 -14     wine/dlls/ole32/ifs.c
 1.10          1.11          +3 -3       wine/dlls/ole32/ftmarshal.c
 1.39          1.40          +5 -5       wine/dlls/msi/msi.c
 1.8           1.9           +8 -8       wine/dlls/msdmo/dmoreg.c
 1.10          1.11          +5 -5       wine/dlls/mlang/mlang.c
 1.2           1.3           +18 -18     wine/dlls/itss/storage.c
 1.2           1.3           +10 -10     wine/dlls/itss/moniker.c
 1.2           1.3           +18 -18     wine/dlls/itss/itss.c
 1.5           1.6           +5 -5       wine/dlls/dswave/dswave_main.c
 1.4           1.5           +5 -5       wine/dlls/dpnet/dpnet_main.c
 1.4           1.5           +22 -22     wine/dlls/dpnet/client.c
 1.4           1.5           +22 -22     wine/dlls/dpnet/address.c
 1.8           1.9           +50 -50     wine/dlls/dmscript/dmscript_main.c
 1.3           1.4           +10 -10     wine/dlls/dmloader/classfactory.c
 1.10          1.11          +10 -10     wine/dlls/dmband/dmband_main.c
 1.6           1.7           +3 -3       wine/dlls/devenum/parsedisplayname.c
 1.8           1.9           +18 -18     wine/dlls/devenum/mediacatenum.c
 1.3           1.4           +4 -4       wine/dlls/devenum/factory.c
 1.5           1.6           +4 -4       wine/dlls/devenum/createdevenum.c
 1.45          1.46          +18 -18     wine/dlls/commdlg/filedlgbrowser.c
 1.12          1.13          +21 -21     wine/dlls/comcat/information.c
 1.6           1.7           +4 -4       wine/dlls/comcat/factory.c
 1.3           1.4           +5 -5       wine/dlls/amstream/main.c
 1.3           1.4           +19 -19     wine/dlls/amstream/amstream.c




More information about the wine-cvs mailing list