ChangeSet ID: 7856 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/04/11 19:09:14
Modified files: tools/widl : header.c include : unknwn.idl unknwn.h objidl.h objbase.h oaidl.h dlls/ole32 : ole16.c
Log message: The com_interface attribute is not needed on derived classes. Removed the ICOM_CTHIS* macros.
Patch: http://cvs.winehq.com/patch.py?id=7856
Old revision New revision Changes Path 1.15 1.16 +11 -5 wine/tools/widl/header.c 1.3 1.4 +0 -5 wine/include/unknwn.idl 1.11 1.12 +10 -11 wine/include/unknwn.h 1.13 1.14 +162 -162 wine/include/objidl.h 1.31 1.32 +6 -8 wine/include/objbase.h 1.14 1.15 +54 -54 wine/include/oaidl.h 1.3 1.4 +2 -2 wine/dlls/ole32/ole16.c