11 Sep
2008
11 Sep
'08
6:42 a.m.
James Hawkins wrote:
Hi,
Changelog: * Fix a failing test in win9x.
dlls/crypt32/tests/ctl.c | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
The !ret in: + else + { + ok(!ret && GetLastError() == CRYPT_E_EXISTS, + "expected CRYPT_E_EXISTS, got %d %08x\n", ret, GetLastError()); + } is superfluous. -- Cheers, Paul.