mirror of
https://github.com/reactos/wine.git
synced 2025-02-22 05:40:50 +00:00
d3d9/tests: Only skip the visual tests if d3d cannot be initialized on Windows.
This commit is contained in:
parent
f91c8578bb
commit
c3f6f96df4
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user