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);
|
||||
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
|
||||
234 stub MsiDeleteUserDataW
|
||||
235 stub Migrate10CachedPackagesA
|
||||
236 stub Migrate10CachedPackagesW
|
||||
236 stdcall Migrate10CachedPackagesW(ptr ptr ptr long)
|
||||
237 stub MsiRemovePatchesA
|
||||
238 stub MsiRemovePatchesW
|
||||
239 stdcall MsiApplyMultiplePatchesA(str str str)
|
||||
|
|
Loading…
Reference in New Issue