no message

svn path=/trunk/boinc/; revision=890
This commit is contained in:
Eric Heien 2003-02-11 01:08:03 +00:00
parent 2e2ba6fe88
commit 4e4a9e6782
1 changed files with 1 additions and 0 deletions

View File

@ -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