mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
advpack: Return the hresult in ExecuteCabW.
This commit is contained in:
parent
05c23edaef
commit
9c6e762e6d
@ -469,7 +469,7 @@ HRESULT WINAPI ExecuteCabW(HWND hwnd, CABINFOW* pCab, LPVOID pReserved)
|
||||
done:
|
||||
install_release(&info);
|
||||
|
||||
return S_OK;
|
||||
return hr;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user