Skip to content

Commit

Permalink
Remove use of old win32 macro as enum
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Jan 19, 2025
1 parent e8bbeae commit 5c6c0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ namespace dieknow {

bool system(const std::string& command);

bool taskkill(DWORD identifier, KillMethod method = KillMethod::WIN32);
bool taskkill(DWORD identifier, KillMethod method = KillMethod::WIN32_API);

void sweep();

Expand Down

0 comments on commit 5c6c0a1

Please sign in to comment.