On 20 August 2015 at 01:48, Józef Kucia jkucia@codeweavers.com wrote:
hr = ID3D11Device_QueryInterface(device, &IID_ID3D10Device1, (void **)&iface);
todo_wine ok(hr == E_NOINTERFACE, "Device should not ID3D10Device1 interface, hr %#x.\n", hr);
I think you're missing an "implement" here.