msi: Stub Migrate10CachedPackagesW.

This commit is contained in:
Vincent Povirk 2012-07-30 14:34:20 -05:00 committed by Alexandre Julliard
parent a7f9191af6
commit b8812afd33
2 changed files with 7 additions and 1 deletions

View File

@ -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;
}

View File

@ -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)