Module: wine Branch: master Commit: 0de2514f3971206bbe0bcdfcf998bacf6d138ab2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0de2514f3971206bbe0bcdfcf9...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Tue Sep 3 17:09:07 2013 +0400
shell32: Consistently return interface pointer instead of implementation pointer.
---
dlls/shell32/assoc.c | 4 +- dlls/shell32/autocomplete.c | 8 +++--- dlls/shell32/cpanelfolder.c | 5 ++- dlls/shell32/dataobject.c | 46 +++++++++++++++++----------------------- dlls/shell32/dragdrophelper.c | 4 +- dlls/shell32/ebrowser.c | 2 +- dlls/shell32/enumidlist.c | 9 +++---- dlls/shell32/recyclebin.c | 14 ++++++------ dlls/shell32/shelldispatch.c | 12 +++++----- dlls/shell32/shellitem.c | 29 ++++++++----------------- 10 files changed, 58 insertions(+), 75 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=0de2514f3971206bbe0bcd...