Module: wine Branch: master Commit: e51fe8e070b1a4c464c5a8dccb977aa132f070e7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e51fe8e070b1a4c464c5a8dccb...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Sun Apr 18 18:04:25 2010 +0400
shell32: Use shared code to return column details from IShellFolder2::GetDetailsOf().
---
dlls/shell32/shfldr.h | 3 +- dlls/shell32/shfldr_desktop.c | 15 ++---- dlls/shell32/shfldr_mycomp.c | 42 ++++++--------- dlls/shell32/shfldr_netplaces.c | 29 ++++++----- dlls/shell32/shfldr_printers.c | 9 +--- dlls/shell32/shfldr_unixfs.c | 106 +++++++++++++++++++-------------------- dlls/shell32/shlfolder.c | 12 ++++ 7 files changed, 104 insertions(+), 112 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e51fe8e070b1a4c464c5a8...