comdlg32/tests: Use win_skip() to skip over unimplemented functionality.
This commit is contained in:
parent
2017cf27f3
commit
ef5178af21
|
@ -387,7 +387,7 @@ START_TEST(printdlg)
|
|||
|
||||
/* PrintDlgEx not present before w2k */
|
||||
if (ptr) {
|
||||
skip("%s\n", ptr);
|
||||
win_skip("%s\n", ptr);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue