Commit 881bea26 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

shell32: In shell view, use the expected value for the effect in Drag & Drop operation.

parent e0319b82
......@@ -1428,8 +1428,8 @@ static LRESULT ShellView_OnNotify(IShellViewImpl * This, UINT CtlID, LPNMHDR lpn
if (pds)
{
DWORD dwEffect;
DoDragDrop(pda, pds, dwEffect, &dwEffect);
DWORD dwEffect2;
DoDragDrop(pda, pds, dwEffect, &dwEffect2);
}
IDataObject_Release(pda);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment