From f0eecddaad3bb719fc98c78e2026746a93bd1ccf Mon Sep 17 00:00:00 2001 From: henrypp Date: Fri, 1 Nov 2019 09:47:50 +0600 Subject: [PATCH] upd configuration --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 8909b9fa..0c041905 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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"" #define RM_AD L"195.210.46.95" @@ -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;