ifdef HAVE_VFORK => if HAVE_VFORK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -277,7 +277,7 @@ long wxExecute( wxChar **argv, bool sync, wxProcess *process )
|
||||
}
|
||||
|
||||
// fork the process
|
||||
#ifdef HAVE_VFORK
|
||||
#if HAVE_VFORK
|
||||
pid_t pid = vfork();
|
||||
#else
|
||||
pid_t pid = fork();
|
||||
|
Reference in New Issue
Block a user