Skip to content

ole32: Disable other-process support in RevokeDragDrop().

Aida Jonikienė requested to merge DodoGTA/wine:mr/roshade-hack into master

The RoShade installer crashes because of ole32 trying to release the OLE drop target from another process (which can't be accessed despite it being a valid pointer).

Windows probably supports this behavior (but implementing it here would require extra work and this is enough to make this app work).

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54912

Merge request reports

Loading