rpcrt4/test: Change a skip to win_skip.

This commit is contained in:
Austin English 2009-03-26 00:53:30 -05:00 committed by Alexandre Julliard
parent c3f6668f33
commit f8f4c4ef43
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ static void test_towers(void)
if (ret == RPC_S_INVALID_RPC_PROTSEQ)
{
/* Windows Vista fails with this error and crashes if we continue */
skip("TowerConstruct failed, we are most likely on Windows Vista\n");
win_skip("TowerConstruct failed, we are most likely on Windows Vista\n");
return;
}