Module: wine Branch: master Commit: 5803b168ac6203acd0f99fd40ab206fe489e4cac URL: https://source.winehq.org/git/wine.git/?a=commit;h=5803b168ac6203acd0f99fd40...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Sep 16 17:16:57 2021 +0200
shell32: Reimplement trash support using Win32 APIs.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/shell32/Makefile.in | 4 +- dlls/shell32/recyclebin.c | 404 +++++++++++++++++++++- dlls/shell32/shfldr.h | 3 + dlls/shell32/shlfileop.c | 8 +- dlls/shell32/trash.c | 854 ---------------------------------------------- dlls/shell32/xdg.c | 743 ---------------------------------------- dlls/shell32/xdg.h | 47 --- 7 files changed, 405 insertions(+), 1658 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5803b168ac6203acd0f99...