fusion: Add a stub for CopyPDBs.

Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Austin English 2015-12-04 02:59:30 -05:00 committed by Alexandre Julliard
parent d47591c350
commit e3389112df
2 changed files with 10 additions and 1 deletions

View file

@ -51,6 +51,15 @@ HRESULT WINAPI ClearDownloadCache(void)
return E_NOTIMPL;
}
/******************************************************************
* CopyPDBs (FUSION.@)
*/
HRESULT WINAPI CopyPDBs(void *unknown)
{
FIXME("(%p) stub!\n", unknown);
return E_NOTIMPL;
}
/******************************************************************
* CreateInstallReferenceEnum (FUSION.@)
*/

View file

@ -1,4 +1,4 @@
@ stub CopyPDBs
@ stdcall CopyPDBs(ptr)
@ stdcall ClearDownloadCache()
@ stdcall CreateApplicationContext(ptr ptr)
@ stdcall CreateAssemblyCache(ptr long)