wrapper (Win): fix possible bug in prioritizing child process

This commit is contained in:
David Anderson 2014-10-12 11:42:19 -07:00
parent 6dd8014a3c
commit 0f65225da8
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@ int TASK::run(int argct, char** argvt) {
NULL,
NULL,
TRUE, // bInheritHandles
CREATE_NO_WINDOW|no_priority_change?0:IDLE_PRIORITY_CLASS,
CREATE_NO_WINDOW|(no_priority_change?0:IDLE_PRIORITY_CLASS),
(LPVOID) env_vars,
exec_dir.empty()?NULL:exec_dir.c_str(),
&startup_info,