mirror of
https://github.com/reactos/wine.git
synced 2025-02-13 16:59:37 +00:00
msi: Stub Migrate10CachedPackagesW.
This commit is contained in:
parent
a7f9191af6
commit
b8812afd33
@ -4207,3 +4207,9 @@ UINT WINAPI MsiEndTransaction( DWORD state )
|
|||||||
FIXME("%u\n", state);
|
FIXME("%u\n", state);
|
||||||
return ERROR_SUCCESS;
|
return ERROR_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
UINT WINAPI Migrate10CachedPackagesW(void* a, void* b, void* c, DWORD d)
|
||||||
|
{
|
||||||
|
FIXME("%p,%p,%p,%08x\n", a, b, c, d);
|
||||||
|
return ERROR_SUCCESS;
|
||||||
|
}
|
||||||
|
@ -229,7 +229,7 @@
|
|||||||
233 stub MsiDeleteUserDataA
|
233 stub MsiDeleteUserDataA
|
||||||
234 stub MsiDeleteUserDataW
|
234 stub MsiDeleteUserDataW
|
||||||
235 stub Migrate10CachedPackagesA
|
235 stub Migrate10CachedPackagesA
|
||||||
236 stub Migrate10CachedPackagesW
|
236 stdcall Migrate10CachedPackagesW(ptr ptr ptr long)
|
||||||
237 stub MsiRemovePatchesA
|
237 stub MsiRemovePatchesA
|
||||||
238 stub MsiRemovePatchesW
|
238 stub MsiRemovePatchesW
|
||||||
239 stdcall MsiApplyMultiplePatchesA(str str str)
|
239 stdcall MsiApplyMultiplePatchesA(str str str)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user