Rename binary again; increase noise; stop trying to actually kill the process.

This commit is contained in:
Martin v. Löwis 2006-04-17 10:31:35 +00:00
parent 11e8b3c29b
commit 63d1f99d7a
4 changed files with 5 additions and 3 deletions

View file

@ -44,6 +44,7 @@ int main()
_strlwr(path);
printf("%s\n", path);
fflush(stdout);
/*
if (strstr(path, "build\\pcbuild\\python_d.exe") != NULL) {
printf("Terminating %s (pid %d)\n", path, pids[i]);
if (!TerminateProcess(hProcess, 1)) {
@ -52,6 +53,7 @@ int main()
}
return 0;
}
*/
CloseHandle(hProcess);
}