[0.4.11] [SHELL32] Revert the sraboy workaround CORE-14696

This reverts the workaround of 0.4.11-RC-2-g
7e9c37c58f
Because we got a proper ole32-fix from Wine that I will apply in next commit.
This commit is contained in:
Joachim Henze 2018-12-17 22:22:16 +01:00
parent 231daa48f7
commit b93990e7fb

View file

@ -157,7 +157,7 @@ class CRecyclerDropTarget :
if ((dwKeyState & MK_SHIFT) == MK_SHIFT)
fMask |= CMIC_MASK_SHIFT_DOWN;
_DoDeleteDataObject(pDataObject, fMask);
_DoDeleteAsync(pDataObject, fMask);
}
else
{