Module: wine Branch: master Commit: e3389112dfcadf88cce070452d1d114f64aebf8b URL: http://source.winehq.org/git/wine.git/?a=commit;h=e3389112dfcadf88cce070452d...
Author: Austin English austinenglish@gmail.com Date: Fri Dec 4 02:59:30 2015 -0500
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
---
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 6c0bc00..f9d57d1 100644 --- a/dlls/fusion/fusion.c +++ b/dlls/fusion/fusion.c @@ -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, diff --git a/dlls/fusion/fusion.spec b/dlls/fusion/fusion.spec index 264aff7..f3a8950 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)