Module: wine Branch: master Commit: aef981df621a1caf6aa2245e5046e82e045be814 URL: https://source.winehq.org/git/wine.git/?a=commit;h=aef981df621a1caf6aa2245e5...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Sep 10 18:50:19 2021 +0200
shell32: Share more code between the various IShellFolder_GetDetailsOf implementations.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/shell32/cpanelfolder.c | 44 +++++++++++++++++------------------------ dlls/shell32/recyclebin.c | 46 ++++++++++++++----------------------------- dlls/shell32/shfldr.h | 2 ++ dlls/shell32/shfldr_desktop.c | 26 +----------------------- dlls/shell32/shfldr_fs.c | 35 ++------------------------------ dlls/shell32/shfldr_mycomp.c | 10 +++------- dlls/shell32/shfldr_unixfs.c | 20 ++++--------------- dlls/shell32/shlfolder.c | 24 ++++++++++++++++++++++ 8 files changed, 69 insertions(+), 138 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=aef981df621a1caf6aa22...