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

Eric Pouech eric.pouech at orange.fr
Sat Aug 29 07:23:30 CDT 2009




A+
---

 dlls/shell32/shlview.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/dlls/shell32/shlview.c b/dlls/shell32/shlview.c
index 318b15b..748fa62 100644
--- a/dlls/shell32/shlview.c
+++ b/dlls/shell32/shlview.c
@@ -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);
 	      }






More information about the wine-patches mailing list