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

Francois Gouget fgouget at free.fr
Wed Feb 25 03:27:26 CST 2009


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




More information about the wine-patches mailing list