Commit e3389112 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

fusion: Add a stub for CopyPDBs.

parent d47591c3
......@@ -52,6 +52,15 @@ HRESULT WINAPI ClearDownloadCache(void)
}
/******************************************************************
* CopyPDBs (FUSION.@)
*/
HRESULT WINAPI CopyPDBs(void *unknown)
{
FIXME("(%p) stub!\n", unknown);
return E_NOTIMPL;
}
/******************************************************************
* CreateInstallReferenceEnum (FUSION.@)
*/
HRESULT WINAPI CreateInstallReferenceEnum(IInstallReferenceEnum **ppRefEnum,
......
@ stub CopyPDBs
@ stdcall CopyPDBs(ptr)
@ stdcall ClearDownloadCache()
@ stdcall CreateApplicationContext(ptr ptr)
@ stdcall CreateAssemblyCache(ptr long)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment