[PATCH] ole32: Add CoRegisterSurrogate/Ex stubs

Huw Davies huw at codeweavers.com
Mon Mar 27 04:00:02 CDT 2017


On Mon, Mar 27, 2017 at 04:29:24AM +0000, Alistair Leslie-Hughes wrote:
> Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
> diff --git a/include/objbase.h b/include/objbase.h
> index 875f0e1..8f89389 100644
> --- a/include/objbase.h
> +++ b/include/objbase.h
> @@ -331,6 +331,7 @@ HRESULT WINAPI CoRevokeClassObject(DWORD dwRegister);
>  HRESULT WINAPI CoGetPSClsid(REFIID riid,CLSID *pclsid);
>  HRESULT WINAPI CoRegisterPSClsid(REFIID riid, REFCLSID rclsid);
>  HRESULT WINAPI CoRegisterSurrogate(LPSURROGATE pSurrogate);
> +HRESULT WINAPI CoRegisterSurrogateEx(REFGUID guid, void *reserved);

I don't see this in my Windows 10 SDK.  Where does it come from?

Huw.



More information about the wine-devel mailing list