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

Francois Gouget fgouget at free.fr
Mon Feb 23 17:04:23 CST 2009


---
 dlls/ddraw/tests/d3d.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ddraw/tests/d3d.c b/dlls/ddraw/tests/d3d.c
index a35f520..f5927be 100644
--- a/dlls/ddraw/tests/d3d.c
+++ b/dlls/ddraw/tests/d3d.c
@@ -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;
     }
 
-- 
1.5.6.5




More information about the wine-patches mailing list