Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
do not use built-in cr
Browse files Browse the repository at this point in the history
  • Loading branch information
shevernitskiy committed Sep 20, 2023
1 parent a04525f commit 1310922
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/hook/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ BOOL ProcessDetach() {
}

BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) {
// if (Config::Setting::crash_report) {
// CrashReport::Install();
// }
if (Config::Setting::crash_report) {
CrashReport::Install();
}

switch (ul_reason_for_call) {
case DLL_PROCESS_ATTACH:
Expand Down

0 comments on commit 1310922

Please sign in to comment.