Hello Adam, Adam Martinson wrote: > This is to work around apps which break COM rules by not implementing you need to follow the Wine COM guidelines: http://wiki.winehq.org/COMGuideline
> 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(-) >
