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

This commit is contained in:
Eric Pouech 2009-08-29 14:23:30 +02:00 committed by Alexandre Julliard
parent e0319b82c9
commit 881bea26a4
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}