Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-tezel authored Jul 11, 2021
1 parent b7bae14 commit 5e1fe7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gui/guiglobals.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ static bool inject() {
std::cout << "Error 4" << std::endl;
return 0;
}


return true;
//MessageBoxA(NULL, "DLL is Activated!", exeName.c_str(), MB_OK | MB_ICONINFORMATION);
}

Expand Down Expand Up @@ -364,4 +365,4 @@ static bool checkButtons(HWND hWnd) {
}

return injectButton;
}
}

0 comments on commit 5e1fe7e

Please sign in to comment.