Skip to content

Commit

Permalink
Trigger C++ build
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Jan 17, 2025
1 parent c6eb38f commit 20750cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ bool taskkill(DWORD identifier) {
HANDLE process = OpenProcess(PROCESS_TERMINATE, FALSE, identifier);

if (process) {
// Bam, terminated!
TerminateProcess(process, -1);
CloseHandle(process);
return true;
Expand Down

0 comments on commit 20750cb

Please sign in to comment.