Skip to content

Commit

Permalink
upd configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Nov 1, 2019
1 parent 9576efb commit f0eecdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5782,7 +5782,7 @@ INT_PTR CALLBACK DlgProc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
break;
}

#ifdef _APP_BETA
#ifdef _DEBUG

#define FN_AD L"<test filter>"
#define RM_AD L"195.210.46.95"
Expand Down Expand Up @@ -5896,7 +5896,7 @@ INT_PTR CALLBACK DlgProc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
RDBG (L"%d", std::clamp (10, 19, 15)); // seh
break;
}
#endif // _APP_BETA
#endif // _DEBUG
}

break;
Expand Down

0 comments on commit f0eecdd

Please sign in to comment.