Skip to content

Commit b93990e

Browse files
committed
[0.4.11] [SHELL32] Revert the sraboy workaround CORE-14696
This reverts the workaround of 0.4.11-RC-2-g 7e9c37c Because we got a proper ole32-fix from Wine that I will apply in next commit.
1 parent 231daa4 commit b93990e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dll/win32/shell32/droptargets/CRecyclerDropTarget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class CRecyclerDropTarget :
157157
if ((dwKeyState & MK_SHIFT) == MK_SHIFT)
158158
fMask |= CMIC_MASK_SHIFT_DOWN;
159159

160-
_DoDeleteDataObject(pDataObject, fMask);
160+
_DoDeleteAsync(pDataObject, fMask);
161161
}
162162
else
163163
{

0 commit comments

Comments
 (0)