Commit b4448d9b authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

crypt32/tests: Add a win_skip().

parent c5112d9f
......@@ -2572,8 +2572,8 @@ static void test_decode_msg_get_param(void)
sizeof(signedKeyIdEmptyContent), TRUE);
if (!ret && GetLastError() == OSS_DATA_ERROR)
{
/* Subsequent tests crashes on some Win9x, so bail out */
CryptMsgClose(msg);
win_skip("Subsequent tests crash on some Win9x\n");
return;
}
ok(ret, "CryptMsgUpdate failed: %08x\n", GetLastError());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment