Commit 53d54af8 authored by Gijs Vermeulen's avatar Gijs Vermeulen Committed by Alexandre Julliard

gdi32: Fix some test failures when not using X11.

parent d1171568
......@@ -107,7 +107,7 @@ static void test_D3DKMTOpenAdapterFromHdc(void)
if (!pD3DKMTOpenAdapterFromHdc || pD3DKMTOpenAdapterFromHdc(NULL) == STATUS_PROCEDURE_NOT_FOUND)
{
skip("D3DKMTOpenAdapterFromHdc() is unavailable.\n");
win_skip("D3DKMTOpenAdapterFromHdc() is unavailable.\n");
return;
}
......@@ -367,7 +367,7 @@ static void test_D3DKMTCheckVidPnExclusiveOwnership(void)
if (!pD3DKMTCheckVidPnExclusiveOwnership || pD3DKMTCheckVidPnExclusiveOwnership(NULL) == STATUS_PROCEDURE_NOT_FOUND)
{
win_skip("D3DKMTCheckVidPnExclusiveOwnership() is unavailable.\n");
skip("D3DKMTCheckVidPnExclusiveOwnership() is unavailable.\n");
return;
}
......@@ -591,7 +591,7 @@ static void test_D3DKMTSetVidPnSourceOwner(void)
if (!pD3DKMTSetVidPnSourceOwner || pD3DKMTSetVidPnSourceOwner(&set_owner_desc) == STATUS_PROCEDURE_NOT_FOUND)
{
win_skip("D3DKMTSetVidPnSourceOwner() is unavailable.\n");
skip("D3DKMTSetVidPnSourceOwner() is unavailable.\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