Re: ole32: Add CoGetDefaultContext stub
Hallo Alistair,
--- dlls/ole32/compobj.c | 9 +++++++++ dlls/ole32/ole32.spec | 1 + 2 files changed, 10 insertions(+)
diff --git a/dlls/ole32/compobj.c b/dlls/ole32/compobj.c index 0055d15..2ea1dc9 100644 --- a/dlls/ole32/compobj.c +++ b/dlls/ole32/compobj.c @@ -4279,6 +4279,15 @@ HRESULT WINAPI CoGetContextToken( ULONG_PTR *token ) return S_OK; }
+/*********************************************************************** + * CoGetContextToken [OLE32.@] copy and paste error ^^^
+ */ +HRESULT CoGetDefaultContext(APTTYPE type, REFIID riid, LPVOID *ppv)
bye michael
On Wed, Sep 19, 2012 at 09:09:55AM +0200, Michael Stefaniuc wrote:
+/*********************************************************************** + * CoGetContextToken [OLE32.@] copy and paste error ^^^
+ */ +HRESULT CoGetDefaultContext(APTTYPE type, REFIID riid, LPVOID *ppv)
...and a missing WINAPI. Huw.
participants (2)
-
Huw Davies -
Michael Stefaniuc