ChangeSet ID: 13721 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/09/09 16:03:58
Modified files: include : objbase.h dlls/oleaut32 : typelib2.c typelib.c tmarshal.c olepicture.c olefont.c dispatch.c connpt.c dlls/ole32 : storage32.c storage.c rpc.c oleproxy.c oleobj.c ole16.c moniker.c marshal.c itemmoniker.c filemoniker.c compositemoniker.c clipboard.c bindctx.c antimoniker.c
Log message: Get rid of the non-standard ICOM_THIS macro.
Patch: http://cvs.winehq.org/patch.py?id=13721
Old revision New revision Changes Path 1.47 1.48 +6 -10 wine/include/objbase.h 1.23 1.24 +31 -31 wine/dlls/oleaut32/typelib2.c 1.121 1.122 +54 -54 wine/dlls/oleaut32/typelib.c 1.32 1.33 +6 -6 wine/dlls/oleaut32/tmarshal.c 1.39 1.40 +21 -21 wine/dlls/oleaut32/olepicture.c 1.34 1.35 +4 -4 wine/dlls/oleaut32/olefont.c 1.19 1.20 +7 -7 wine/dlls/oleaut32/dispatch.c 1.11 1.12 +15 -15 wine/dlls/oleaut32/connpt.c 1.57 1.58 +10 -10 wine/dlls/ole32/storage32.c 1.40 1.41 +19 -19 wine/dlls/ole32/storage.c 1.25 1.26 +4 -4 wine/dlls/ole32/rpc.c 1.20 1.21 +5 -5 wine/dlls/ole32/oleproxy.c 1.17 1.18 +16 -16 wine/dlls/ole32/oleobj.c 1.11 1.12 +9 -9 wine/dlls/ole32/ole16.c 1.34 1.35 +10 -10 wine/dlls/ole32/moniker.c 1.30 1.31 +2 -2 wine/dlls/ole32/marshal.c 1.27 1.28 +12 -12 wine/dlls/ole32/itemmoniker.c 1.37 1.38 +11 -11 wine/dlls/ole32/filemoniker.c 1.30 1.31 +12 -12 wine/dlls/ole32/compositemoniker.c 1.33 1.34 +13 -13 wine/dlls/ole32/clipboard.c 1.27 1.28 +12 -12 wine/dlls/ole32/bindctx.c 1.20 1.21 +3 -3 wine/dlls/ole32/antimoniker.c