Re: ole32: Add CoGetDefaultContext stub

2012-09-19 Thread Huw Davies
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 *p

Re: ole32: Add CoGetDefaultContext stub

2012-09-19 Thread Michael Stefaniuc
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,