http://bugs.winehq.org/show_bug.cgi?id=17645
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #3 from Austin English austinenglish@gmail.com 2009-08-12 19:41:32 --- (In reply to comment #2)
The first failure is not in fact in any crypt32 function, even though the tests are in crypt32: sip.c:194: Test failed: expected GEVA(windir) to succeed, last error 203
The corresponding code in the tests is: ret = GetEnvironmentVariableA(windir, regeditPath, MAX_PATH); ok (ret > 0, "expected GEVA(windir) to succeed, last error %d\n", GetLastError());
You might attach a +environ trace to see why this one's failing.
Seems fine now, actually.