20 Aug
2015
20 Aug
'15
3:09 a.m.
On 20 August 2015 at 01:48, Józef Kucia <jkucia(a)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.