From fa9e9d15a55e44ba20a75aef493da9af697aa0de Mon Sep 17 00:00:00 2001 From: Evengard Date: Thu, 6 Feb 2020 10:52:34 +0300 Subject: [PATCH] Removing unrelated changes as per review --- src/Cedar/Proto_PPP.c | 3 --- src/Mayaqua/Mayaqua.c | 4 ---- src/vpnweb/stdafx.h | 1 - 3 files changed, 8 deletions(-) diff --git a/src/Cedar/Proto_PPP.c b/src/Cedar/Proto_PPP.c index e1113cb9..d24db31b 100644 --- a/src/Cedar/Proto_PPP.c +++ b/src/Cedar/Proto_PPP.c @@ -3319,6 +3319,3 @@ char *MsChapV2DoBruteForce(IPC_MSCHAP_V2_AUTHINFO *d, LIST *password_list) return NULL; } - - - diff --git a/src/Mayaqua/Mayaqua.c b/src/Mayaqua/Mayaqua.c index ff5ca161..38bae62f 100644 --- a/src/Mayaqua/Mayaqua.c +++ b/src/Mayaqua/Mayaqua.c @@ -382,11 +382,7 @@ void InitMayaqua(bool memcheck, bool debug, int argc, char **argv) InitProcessCallOnce(); g_memcheck = memcheck; -#ifdef DEBUG - g_debug = true; -#else g_debug = debug; -#endif cmdline = NULL; if (dot_net_mode == false) { diff --git a/src/vpnweb/stdafx.h b/src/vpnweb/stdafx.h index 51731251..d5dd2200 100644 --- a/src/vpnweb/stdafx.h +++ b/src/vpnweb/stdafx.h @@ -30,7 +30,6 @@ #include "resource.h" #include #include -#pragma comment(lib, "atlthunk.lib") using namespace ATL;