Win bug fix

svn path=/trunk/boinc/; revision=21274
This commit is contained in:
David Anderson 2010-04-24 03:28:57 +00:00
parent d0691236b9
commit ce9f195d6d
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ int ACTIVE_TASK::request_abort() {
//
int ACTIVE_TASK::kill_task(bool restart) {
#ifdef _WIN32
TerminateProcess(process_handle);
TerminateProcess(process_handle, 1);
#else
#ifdef SANDBOX
kill_via_switcher(pid);