16 May
2024
16 May
'24
9:59 p.m.
From: Etaash Mathamsetty <etaash.mathamsetty(a)gmail.com> --- dlls/shell32/shlfileop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/shell32/shlfileop.c b/dlls/shell32/shlfileop.c index c3602a46928..4ed9c64a3ce 100644 --- a/dlls/shell32/shlfileop.c +++ b/dlls/shell32/shlfileop.c @@ -2025,7 +2025,7 @@ static HRESULT WINAPI file_operation_PerformOperations(IFileOperation *iface) { FIXME("(%p): stub.\n", iface); - return E_NOTIMPL; + return S_OK; } static HRESULT WINAPI file_operation_GetAnyOperationsAborted(IFileOperation *iface, BOOL *aborted) -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/5671