Mike McCormack : shlwapi: Add a stub implementation for IUnknown_ProfferService.

Alexandre Julliard julliard at wine.codeweavers.com
Fri May 5 14:08:10 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 2b32128d42e1a74760a67d0e2db171e05c264552
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=2b32128d42e1a74760a67d0e2db171e05c264552

Author: Mike McCormack <mike at codeweavers.com>
Date:   Sun Apr 30 14:14:12 2006 +0900

shlwapi: Add a stub implementation for IUnknown_ProfferService.

---

 dlls/shlwapi/ordinal.c    |    6 ++++++
 dlls/shlwapi/shlwapi.spec |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/dlls/shlwapi/ordinal.c b/dlls/shlwapi/ordinal.c
index c81f31f..8b0f83f 100644
--- a/dlls/shlwapi/ordinal.c
+++ b/dlls/shlwapi/ordinal.c
@@ -4428,3 +4428,9 @@ HRESULT WINAPI IUnknown_QueryServiceExec
           debugstr_guid(service), debugstr_guid(clsid), x1, x2, x3, ppvOut);
     return E_NOTIMPL;
 }
+
+HRESULT WINAPI IUnknown_ProfferService(IUnknown *unk, void *x0, void *x1, void *x2)
+{
+    FIXME("%p %p %p %p\n", unk, x0, x1, x2);
+    return E_NOTIMPL;
+}
diff --git a/dlls/shlwapi/shlwapi.spec b/dlls/shlwapi/shlwapi.spec
index ae9fe0c..e7a9d9f 100644
--- a/dlls/shlwapi/shlwapi.spec
+++ b/dlls/shlwapi/shlwapi.spec
@@ -507,7 +507,7 @@
 511 stub -noname PathFileExistsDefExtAndAttributesW
 512 stub -noname IStream_ReadPidl
 513 stub -noname IStream_WritePidl
-514 stub -noname IUnknown_ProfferService
+514 stdcall -noname IUnknown_ProfferService(ptr ptr ptr ptr)
 
 516 stdcall -noname SKGetValueW(long wstr wstr long long long)
 517 stub -noname SKSetValueW




More information about the wine-cvs mailing list