http://bugs.winehq.org/show_bug.cgi?id=17122
Summary: GetEnvironmentVariable not returning same as MSVCRT_environ Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: lkcl@lkcl.net
a simple test of GetEnvironmentVariableA("COMSPEC") returns 0 but getenv("COMSPEC") succeeds. more on this one later, stub bugreport for now.