mirror of https://github.com/BOINC/boinc.git
parent
2e2ba6fe88
commit
4e4a9e6782
|
@ -304,6 +304,7 @@ int ACTIVE_TASK::start(bool first_time) {
|
|||
fprintf(stdout, "CreateProcess: %s\n", (LPCTSTR)lpMsgBuf);
|
||||
LocalFree(lpMsgBuf);
|
||||
}
|
||||
pid = process_info.dwProcessId;
|
||||
pid_handle = process_info.hProcess;
|
||||
thread_handle = process_info.hThread;
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue