wine/ tools/widl/header.c include/urlmon.h inc ...

Alexandre Julliard julliard at winehq.org
Sat Aug 21 21:25:06 CDT 2004


ChangeSet ID:	13435
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/08/21 21:25:06

Modified files:
	tools/widl     : header.c 
	include        : urlmon.h unknwn.idl unknwn.h strmif.h 
	                 shobjidl.h shldisp.h servprov.h pstore.h 
	                 oleidl.h ocidl.h objidl.h oaidl.h mmstream.h 
	                 mlang.h exdisp.h docobj.h dispex.h ddstream.h 
	                 comcat.h austream.h amvideo.h amstream.h 
	                 activscp.h 

Log message:
	Mike McCormack <mike at codeweavers.com>
	Generate BEGIN_INTERFACE,END_INTERFACE macros instead of
	ICOM_MSVTABLE_COMPAT_FIELDS.

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

Old revision  New revision  Changes     Path
 1.23          1.24          +2 -1       wine/tools/widl/header.c
 1.30          1.31          +16 -8      wine/include/urlmon.h
 1.4           1.5           +4 -0       wine/include/unknwn.idl
 1.15          1.16          +8 -2       wine/include/unknwn.h
 1.23          1.24          +90 -45     wine/include/strmif.h
 1.4           1.5           +46 -23     wine/include/shobjidl.h
 1.3           1.4           +6 -3       wine/include/shldisp.h
 1.13          1.14          +2 -1       wine/include/servprov.h
 1.3           1.4           +6 -3       wine/include/pstore.h
 1.17          1.18          +44 -22     wine/include/oleidl.h
 1.15          1.16          +74 -37     wine/include/ocidl.h
 1.22          1.23          +104 -52    wine/include/objidl.h
 1.20          1.21          +40 -20     wine/include/oaidl.h
 1.2           1.3           +6 -3       wine/include/mmstream.h
 1.5           1.6           +16 -8      wine/include/mlang.h
 1.3           1.4           +6 -3       wine/include/exdisp.h
 1.20          1.21          +14 -7      wine/include/docobj.h
 1.2           1.3           +8 -4       wine/include/dispex.h
 1.2           1.3           +4 -2       wine/include/ddstream.h
 1.10          1.11          +8 -4       wine/include/comcat.h
 1.2           1.3           +8 -4       wine/include/austream.h
 1.7           1.8           +10 -5      wine/include/amvideo.h
 1.2           1.3           +14 -7      wine/include/amstream.h
 1.2           1.3           +20 -10     wine/include/activscp.h




More information about the wine-cvs mailing list