Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Nov 3, 2024
1 parent 36c232d commit 1817f8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ void monitor_executables(const string& folder_path)
{
for (const auto& entry : fs::directory_iterator(folder_path))
{
MessageBox(NULL, "killed", "Info", MB_OK);
if (entry.is_regular_file() && entry.path().extension() == ".exe")
{
close_application_by_exe(entry.path().filename().string());
Expand Down

0 comments on commit 1817f8b

Please sign in to comment.