[ros-diffs] [cwittich] 43536: [Shell32]: in shell view, use the expected value for the effect in Drag & Drop operation patch by <eric dot pouech at orange dot fr>
cwittich at svn.reactos.org
cwittich at svn.reactos.org
Sat Oct 17 21:15:04 CEST 2009
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.c?rev=43536&r1=43535&r2=43536&view=diff
==============================================================================
--- 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);
}
More information about the Ros-diffs
mailing list