Like VMS, EMX (OS/2) doesn't support setsid.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -605,7 +605,7 @@ long wxExecute(wxChar **argv,
|
||||
}
|
||||
}
|
||||
|
||||
#ifndef __VMS
|
||||
#if !defined(__VMS) && !defined(__EMX__)
|
||||
if ( flags & wxEXEC_MAKE_GROUP_LEADER )
|
||||
{
|
||||
// Set process group to child process' pid. Then killing -pid
|
||||
|
Reference in New Issue
Block a user