Add new CPP for fields introduced in process 1.3 and 1.4

This commit is contained in:
Marcin Tolysz 2016-07-30 14:28:33 +01:00
parent ed5fc91cb5
commit 930d203851

View File

@ -215,6 +215,15 @@ forkExecuteLog cmd args menv mwdir mstdin rlog = bracketOnError
, create_group = True
#if MIN_VERSION_process(1, 2, 0)
, delegate_ctlc = False
#endif
#if MIN_VERSION_process(1, 3, 0)
, detach_console = True
, create_new_console = False
, new_session = True
#endif
#if MIN_VERSION_process(1, 4, 0)
, child_group = Nothing
, child_user = Nothing
#endif
}
ignoreExceptions $ addAttachMessage pipes ph