Commit 77a3cffb authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent b7a6cc36
......@@ -2883,7 +2883,7 @@ START_TEST(d3d)
{
init_function_pointers();
if(!pDirectDrawCreateEx) {
skip("function DirectDrawCreateEx not available\n");
win_skip("function DirectDrawCreateEx not available\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