From 45e8cd4d903d4ea823f0ab4ca2e7afe27ddc514b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 17 Dec 2018 19:25:36 +0300 Subject: FtpFile: - fixes #1662 (FTPFile: Default account's names looks weird) - code cleaning - version bump --- plugins/FTPFileYM/src/stdafx.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'plugins/FTPFileYM/src/stdafx.h') diff --git a/plugins/FTPFileYM/src/stdafx.h b/plugins/FTPFileYM/src/stdafx.h index 9f1a9c41a7..0752376744 100644 --- a/plugins/FTPFileYM/src/stdafx.h +++ b/plugins/FTPFileYM/src/stdafx.h @@ -64,13 +64,8 @@ using namespace std; #define FREE(X) if (X) { mir_free(X); X = NULL; } #endif -#ifdef _DEBUG -#define _CRTDBG_MAP_ALLOC -#define new DEBUG_CLIENTBLOCK -#define DEBUG_CLIENTBLOCK new( _CLIENT_BLOCK, __FILE__, __LINE__) -#else -#define DEBUG_CLIENTBLOCK -#endif +extern Manager *manDlg; +extern ServerList ftpList; #define MS_FTPFILE_CONTACTMENU "FTPFile/ContactMenu" #define MS_FTPFILE_MAINMENU "FTPFile/MainMenu" -- cgit v1.2.3