ole32/ole2: Don't call IDropTarget::QueryInterface() in RegisterDragDrop(). [try 3]

Adam Martinson amartinson at codeweavers.com
Thu May 26 08:57:55 CDT 2011


This is to work around apps which break COM rules by not implementing
IDropTarget::QueryInterface().  Windows doesn't expose this because it
doesn't call CoMarshallInterface() in RegisterDragDrop().

Fixes bug 23861.
---
  dlls/ole32/ole2.c           |  122 
+++++++++++++++++++++++++++++++++++++++---
  dlls/ole32/tests/dragdrop.c |    2 +-
  2 files changed, 114 insertions(+), 10 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0007-ole32-ole2-Don-t-call-IDropTarget-QueryInterface-in-.patch
Type: text/x-patch
Size: 6052 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110526/752d0d8b/attachment-0001.bin>


More information about the wine-patches mailing list