Nikolay Sivov : shell32: Move SHCreateShellFolderView/ SHCreateShellFolderViewEx and tests to corresponding files.
Module: wine Branch: master Commit: 4478e61d168d95f92f39f6b19fe36fabc2444bd5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4478e61d168d95f92f39f6b19f... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Sun Apr 30 22:01:53 2017 +0300 shell32: Move SHCreateShellFolderView/SHCreateShellFolderViewEx and tests to corresponding files. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/shell32/shellord.c | 70 ----------------------- dlls/shell32/shlview.c | 59 ++++++++++++++++++++ dlls/shell32/tests/shlfolder.c | 123 ----------------------------------------- dlls/shell32/tests/shlview.c | 122 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 181 insertions(+), 193 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4478e61d168d95f92f39f6...
participants (1)
-
Alexandre Julliard