ChangeSet ID: 19169 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/07/27 07:09:39
Modified files: dlls/ole32 : stg_prop.c moniker.h moniker.c itemmoniker.c ftmarshal.c filemoniker.c errorinfo.c defaulthandler.c datacache.c compositemoniker.c antimoniker.c
Log message: Replace the _ICOM_THIS_From macros by inline functions the way it's already done in shelllink.c.
Patch: http://cvs.winehq.org/patch.py?id=19169
Old revision New revision Changes Path 1.18 1.19 +11 -10 wine/dlls/ole32/stg_prop.c 1.3 1.4 +0 -2 wine/dlls/ole32/moniker.h 1.46 1.47 +12 -9 wine/dlls/ole32/moniker.c 1.37 1.38 +9 -4 wine/dlls/ole32/itemmoniker.c 1.17 1.18 +9 -7 wine/dlls/ole32/ftmarshal.c 1.49 1.50 +9 -4 wine/dlls/ole32/filemoniker.c 1.30 1.31 +34 -26 wine/dlls/ole32/errorinfo.c 1.25 1.26 +67 -51 wine/dlls/ole32/defaulthandler.c 1.34 1.35 +76 -51 wine/dlls/ole32/datacache.c 1.38 1.39 +7 -3 wine/dlls/ole32/compositemoniker.c 1.26 1.27 +8 -3 wine/dlls/ole32/antimoniker.c