http://bugs.winehq.org/show_bug.cgi?id=17645
--- Comment #2 from Juan Lang juan_lang@yahoo.com 2009-08-12 13:24:09 --- 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.