Module: wine Branch: master Commit: 3be66542595d2b999a5f10c1e40d6fc53c933a4b URL: http://source.winehq.org/git/wine.git/?a=commit;h=3be66542595d2b999a5f10c1e4...
Author: Francois Gouget fgouget@free.fr Date: Wed Feb 25 10:27:26 2009 +0100
d3d9/tests: Use win_skip() to skip over unimplemented functionality.
---
dlls/d3d9/tests/d3d9ex.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/d3d9/tests/d3d9ex.c b/dlls/d3d9/tests/d3d9ex.c index c5d83b0..ad19b5e 100644 --- a/dlls/d3d9/tests/d3d9ex.c +++ b/dlls/d3d9/tests/d3d9ex.c @@ -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; }