[PATCH 5/6] unknwn.idl: Don't use inline wrappers for IUnknown calls

Jacek Caban jacek at codeweavers.com
Tue Aug 28 04:15:12 CDT 2012


This is hackish, but IUnknown calls are not really a bad thing. For
example calls on non-IDL-based ifaces (that don't have inline wrappers
nor macros) may be better this way than accessing vtbl manually. That
said, the plan should be still to get rid of this hack, but given that
all remaining inline wrappers warnings are for IUnknown calls, I think
it's better to enable them globally sooner rather than later to avoid
regressions.

---
 include/unknwn.idl |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-unknwn.idl-Don-t-use-inline-wrappers-for-IUnknown-cal.diff
Type: text/x-patch
Size: 618 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120828/603c34fd/attachment.bin>


More information about the wine-patches mailing list