d3d9/tests: Only skip the visual tests if d3d cannot be initialized on Windows.

This commit is contained in:
Austin English 2011-10-17 15:25:21 -07:00 committed by Alexandre Julliard
parent f91c8578bb
commit c3f6f96df4
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ static IDirect3DDevice9 *init_d3d9(void)
d3d9_ptr = d3d9_create(D3D_SDK_VERSION);
if (!d3d9_ptr)
{
skip("could not create D3D9\n");
win_skip("could not create D3D9\n");
return NULL;
}