You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Rebase against 1b9d48a7b01e2b715af46bc1f8d5fe6f1529782c.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user