Rebase against 1b9d48a7b01e2b715af46bc1f8d5fe6f1529782c.

This commit is contained in:
Alistair Leslie-Hughes
2022-03-04 11:02:37 +11:00
parent 9fa3c96cff
commit 0648126dae
22 changed files with 141 additions and 143 deletions

View File

@@ -2493,7 +2493,7 @@ index c72a12955b8..87d11472ff0 100644
+ This->hr = S_OK;
+ else
+ {
+ ERR("CopyFile failed: %u\n", GetLastError());
+ ERR("CopyFile failed: %lu\n", GetLastError());
+ This->hr = E_FAIL;
+ }
+
@@ -3076,7 +3076,7 @@ index c72a12955b8..87d11472ff0 100644
InstallEngine *This = impl_from_IInstallEngine2(iface);
- FIXME("(%p)->(%d %p)\n", This, index, id);
+
+ FIXME("(%p)->(%lu %p): stub\n", This, index, id);
+ FIXME("(%p)->(%u %p): stub\n", This, index, id);
+
return E_NOTIMPL;
}
@@ -3090,7 +3090,7 @@ index c72a12955b8..87d11472ff0 100644
+ ICifComponent *comp;
+ HRESULT hr;
+
+ TRACE("(%p)->(%lu %p)\n", This, index, id);
+ TRACE("(%p)->(%u %p)\n", This, index, id);
+
+ if (!This->icif || !id)
+ return E_FAIL;