From e3389112dfcadf88cce070452d1d114f64aebf8b Mon Sep 17 00:00:00 2001 From: Austin English Date: Fri, 4 Dec 2015 02:59:30 -0500 Subject: [PATCH] fusion: Add a stub for CopyPDBs. Signed-off-by: Austin English Signed-off-by: Sebastian Lackner Signed-off-by: Alexandre Julliard --- dlls/fusion/fusion.c | 9 +++++++++ dlls/fusion/fusion.spec | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/dlls/fusion/fusion.c b/dlls/fusion/fusion.c index 6c0bc008cd6..f9d57d19c73 100644 --- a/dlls/fusion/fusion.c +++ b/dlls/fusion/fusion.c @@ -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.@) */ diff --git a/dlls/fusion/fusion.spec b/dlls/fusion/fusion.spec index 264aff70959..f3a89507617 100644 --- a/dlls/fusion/fusion.spec +++ b/dlls/fusion/fusion.spec @@ -1,4 +1,4 @@ -@ stub CopyPDBs +@ stdcall CopyPDBs(ptr) @ stdcall ClearDownloadCache() @ stdcall CreateApplicationContext(ptr ptr) @ stdcall CreateAssemblyCache(ptr long)