[PATCH 2/6] include/d3d10sdklayers.idl: Add D3D10SwitchToRef interface.

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


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



More information about the wine-devel mailing list