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

oldstable
Francois Gouget 2009-02-25 10:27:26 +01:00 committed by Alexandre Julliard
parent bd14f24b69
commit 3be6654259
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}