* Kai Blin blin@gmx.net [03/08/05, 02:03:27]:
- sec_status = QuerySecurityPackageInfo( sec_pkg_name, &pkg_info);
- ok((long)sec_status >= 0L, "Return value of QuerySecurityPackageInfo should be >= 0, but is %ld\n", (long)sec_status);
Never mind that. After running the tests on Win32, I realized I needed to check for SEC_E_OK, not 0. I'll resubmit the patch.
Kai