Module: wine Branch: master Commit: 4a1bd593f39b0852ca8fccbf0e54f7c00b3783ec URL: https://source.winehq.org/git/wine.git/?a=commit;h=4a1bd593f39b0852ca8fccbf0... Author: Jactry Zeng <jzeng(a)codeweavers.com> Date: Sun Jan 24 21:08:51 2021 +0800 shell32: Implement IFileOperation stub. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48848 Signed-off-by: Jactry Zeng <jzeng(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/shell32/shell32_classes.idl | 6 + dlls/shell32/shell32_main.h | 1 + dlls/shell32/shellole.c | 1 + dlls/shell32/shlfileop.c | 249 +++++++++++++++++++++++++++++++++++++++ dlls/shell32/tests/shlfileop.c | 29 +++++ 5 files changed, 286 insertions(+) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4a1bd593f39b0852ca8fc...