mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 10:17:54 +00:00
[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:
parent
a9d250c6a6
commit
f9fd097505
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue