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

Francois Gouget fgouget at free.fr
Wed Feb 25 03:30:42 CST 2009


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

diff --git a/dlls/comdlg32/tests/printdlg.c b/dlls/comdlg32/tests/printdlg.c
index 3a210fb..4e3f8fc 100644
--- a/dlls/comdlg32/tests/printdlg.c
+++ b/dlls/comdlg32/tests/printdlg.c
@@ -388,7 +388,7 @@ START_TEST(printdlg)
 
     /* PrintDlgEx not present before w2k */
     if (ptr) {
-        skip("%s\n", ptr);
+        win_skip("%s\n", ptr);
         return;
     }
 
-- 
1.5.6.5




More information about the wine-patches mailing list