Commit 3be66542 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

d3d9/tests: Use win_skip() to skip over unimplemented functionality.

parent bd14f24b
......@@ -199,7 +199,7 @@ START_TEST(d3d9ex)
pDirect3DCreate9Ex = (void *)GetProcAddress(d3d9_handle, "Direct3DCreate9Ex");
if (!pDirect3DCreate9Ex) {
skip("Failed to get address of Direct3DCreate9Ex\n");
win_skip("Failed to get address of Direct3DCreate9Ex\n");
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment