mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[WINESYNC]
- Sync comdlg32, crypt32, gdiplus, inetcomm, jscript, msctf, mshtml, msxml3, rsaenh, schannel, shlwapi, urlmon, usp10, wininet winetests. svn path=/trunk/; revision=46982
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user