Author: cwittich
Date: Sat Oct 17 21:15:04 2009
New Revision: 43536
URL:
http://svn.reactos.org/svn/reactos?rev=43536&view=rev
Log:
[Shell32]: in shell view, use the expected value for the effect in Drag & Drop
operation
patch by <eric dot pouech at orange dot fr>
Modified:
trunk/reactos/dll/win32/shell32/shlview.c
Modified: trunk/reactos/dll/win32/shell32/shlview.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shlview.…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shlview.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/shlview.c [iso-8859-1] Sat Oct 17 21:15:04 2009
@@ -1450,8 +1450,8 @@
if (pds)
{
- DWORD dwEffect;
- DoDragDrop(pda, pds, dwEffect, &dwEffect);
+ DWORD dwEffect2;
+ DoDragDrop(pda, pds, dwEffect, &dwEffect2);
}
IDataObject_Release(pda);
}