On Wednesday 13 June 2007 16:13:21 Paul Vriens wrote:
ok ( GetLastError() == ERROR_FILE_INVALID ||
- GetLastError() == ERROR_INVALID_PARAMETER /* Vista */ ||
GetLastError() == S_OK /* Win98 */, "Expected ERROR_FILE_INVALID or S_OK, got 0x%08x\n", GetLastError()); ok ( !memcmp(&subject, &nullSubject, sizeof(GUID)),
In that case I think it would make sense to also fix the message.
Cheers, Kai