advpack: Return the hresult in ExecuteCabW.

This commit is contained in:
James Hawkins 2006-04-28 19:59:31 -05:00 committed by Alexandre Julliard
parent 05c23edaef
commit 9c6e762e6d
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ HRESULT WINAPI ExecuteCabW(HWND hwnd, CABINFOW* pCab, LPVOID pReserved)
done: done:
install_release(&info); install_release(&info);
return S_OK; return hr;
} }
/*********************************************************************** /***********************************************************************