Skip to content
Snippets Groups Projects
Commit e3389112 authored by Austin English's avatar Austin English Committed by Alexandre Julliard
Browse files

fusion: Add a stub for CopyPDBs.

parent d47591c3
No related branches found
No related tags found
No related merge requests found
......@@ -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.@)
*/
......
@ stub CopyPDBs
@ stdcall CopyPDBs(ptr)
@ stdcall ClearDownloadCache()
@ stdcall CreateApplicationContext(ptr ptr)
@ stdcall CreateAssemblyCache(ptr long)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment