2014-05-21 9:23 GMT+08:00 Zhenbo Li litimetal@gmail.com:
Thanks Alexandre
try 2: 1. Let SHELL_DeleteDirectoryW return DWORD 2. Get the right return value by ret = SHNotifyRemoveDirectoryW(pszDir) origin: Thanks Bruno Jesus This patch would fix bug 34324, by returning correct error value of SHFileOperation.
dlls/shell32/shlfileop.c | 55 +++++++++++++++++++++--------------------- dlls/shell32/tests/shlfileop.c | 4 --- 2 files changed, 27 insertions(+), 32 deletions(-)
Hi, Could someone have a look with my patch after three weeks :-) Thank you very much