wxExecute() fixes and doc updates: the return value for sync exec case is now
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Feb 1999 21:04:47 +0000 (21:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Feb 1999 21:04:47 +0000 (21:04 +0000)
commite6045e08ed5218ad303ee1f3cb70dd2ad621b322
treebb5d1e49220a5156124c95c06626e50fc9af5c41
parent220a0f42d4a71fcd1576b750a707d37d33225be4
wxExecute() fixes and doc updates: the return value for sync exec case is now
the exit code of the process and not its pid. Warning: MSW code is untested.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/function.tex
src/gtk/utilsgtk.cpp
src/gtk1/utilsgtk.cpp
src/msw/utilsexc.cpp