[Shell32]: in shell view, use the expected value for the effect in Drag & Drop operation

patch by <eric dot pouech at orange dot fr>

svn path=/trunk/; revision=43536
This commit is contained in:
Christoph von Wittich 2009-10-17 19:15:04 +00:00
parent a9d250c6a6
commit f9fd097505

View file

@ -1450,8 +1450,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);
}