http://bugs.winehq.org/show_bug.cgi?id=25063
Summary: _pclose should wait for the command processor to terminate and return it's exit status Product: Wine Version: 1.3.6 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: borut.razem@gmail.com
_pclose should close the the stream, wait for the command processor to terminate and return it's exit status, but it just closes the the stream and returns whatever MSVCRT_fclose() returns.
Borut