[PATCH 4/6] include/d3d11sdklayers.idl: Add D3D11SwitchToRef interface.

Henri Verbeet hverbeet at gmail.com
Tue Aug 25 09:07:12 CDT 2020


On Sat, 22 Aug 2020 at 09:15, Biswapriyo Nath <nathbappai at gmail.com> wrote:
> +interface ID3D11SwitchToRef : IUnknown {
> +    BOOL SetUseRef(BOOL useref);
> +    BOOL GetUseRef();
> +};
Superfluous ";".



More information about the wine-devel mailing list