2009/1/26 Ge van Geldorp ge@gse.nl:
Changelog: d3d8/tests: Make tests pass on W2K8
- ok(hr == D3D_OK || hr == D3DERR_INVALIDCALL, "IDirect3D8_CreateDevice failed with %#08x\n", hr);
- ok(hr == D3D_OK || hr == D3DERR_INVALIDCALL || hr == D3DERR_NOTAVAILABLE, "IDirect3D8_CreateDevice failed with %#08x\n", hr);
This looks more like something certain VMs would return than something specific to a particular Windows version.