[PATCH 3/5] d3dx9_36: Implement stubbed ID3DXConstantTable interface

Henri Verbeet hverbeet at gmail.com
Mon Feb 22 05:58:46 CST 2010


On 21 February 2010 22:30, Christian Costa <titan.costa at wanadoo.fr> wrote:
> +    if (IsEqualGUID(riid, &IID_IUnknown) ||
> +        IsEqualGUID(riid, &IID_ID3DXConstantTable))
ID3DXConstantTable extends ID3DXBuffer.

> +    ERR("Interface %s not found\n", debugstr_guid(riid));
Not implementing a random interface an application asks for is hardly
an internal error. You could argue for making it a FIXME, but I think
WARN is most appropriate.



More information about the wine-devel mailing list