Re: Simplify dlls/atl/registrar.c

2008-09-23 Thread Gerald Pfeifer
On Tue, 9 Sep 2008, Rob Shearman wrote: -static HRESULT Registrar_create(const IUnknown *pUnkOuter, REFIID riid, void **ppvObject) +static HRESULT Registrar_create(REFIID riid, void **ppvObject) A test needs to be added to see whether or not the Registrar class factory supports aggregation.

Re: Simplify dlls/atl/registrar.c

2008-09-09 Thread Rob Shearman
2008/9/7 Gerald Pfeifer [EMAIL PROTECTED]: --- dlls/atl/registrar.c7 May 2008 12:06:02 - 1.29 +++ dlls/atl/registrar.c7 Sep 2008 13:42:54 - @@ -661,7 +661,7 @@ static const IRegistrarVtbl RegistrarVtb Registrar_ResourceUnregister, }; -static HRESULT